| OLD | NEW |
| 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 221 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 222 # Detection of d8 runtime does not work on Windows so the runtime result is | 222 # Detection of d8 runtime does not work on Windows so the runtime result is |
| 223 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. | 223 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. |
| 224 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. | 224 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. |
| 225 *deferred*: Pass,RuntimeError # Issue 17458 | 225 *deferred*: Pass,RuntimeError # Issue 17458 |
| 226 cha_deopt*: Pass,RuntimeError # Issue 17458 | 226 cha_deopt*: Pass,RuntimeError # Issue 17458 |
| 227 regress_22443_test: Pass,RuntimeError # Issue 17458 | 227 regress_22443_test: Pass,RuntimeError # Issue 17458 |
| 228 | 228 |
| 229 [ $compiler == dart2js && $cps_ir ] | 229 [ $compiler == dart2js && $cps_ir ] |
| 230 aborting_switch_case_test : Crash # bailout: (switch (42){case 42:foo();foo();br
eak;}): Unhandled node | 230 aborting_switch_case_test : Crash # bailout: (switch (42){case 42:foo();foo();br
eak;}): Unhandled node |
| 231 abstract_exact_selector_test/01 : Crash # bailout: unsupported element kind: a:f
ield | |
| 232 abstract_exact_selector_test/none : Crash # bailout: unsupported element kind: a
:field | |
| 233 abstract_getter_test/01 : Crash # Instance of 'TypeOperator': type check unimple
mented for _Nullary. | 231 abstract_getter_test/01 : Crash # Instance of 'TypeOperator': type check unimple
mented for _Nullary. |
| 234 abstract_object_method_test : Crash # bailout: unsupported element kind: a:field | |
| 235 abstract_runtime_error_test/01 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 232 abstract_runtime_error_test/01 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 236 abstract_runtime_error_test/02 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 233 abstract_runtime_error_test/02 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 237 arithmetic_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 234 arithmetic_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
| 238 assign_to_type_test/01 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 235 assign_to_type_test/01 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
| 239 assign_to_type_test/02 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 236 assign_to_type_test/02 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
| 240 assign_to_type_test/03 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 237 assign_to_type_test/03 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
| 241 assign_to_type_test/04 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 238 assign_to_type_test/04 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
| 242 assign_top_method_test/01 : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. | 239 assign_top_method_test/01 : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. |
| 243 async_and_or_test : Crash # bailout: (test()async{await test1();await test2();})
: cannot handle async/sync*/async* functions | 240 async_and_or_test : Crash # bailout: (test()async{await test1();await test2();})
: cannot handle async/sync*/async* functions |
| 244 async_await_catch_regression_test : Crash # bailout: (test()async{var exception;
try {await foo();}catch (e){print(await (e));await (exception=await e);}Expect.e
quals(42,exception);}): cannot handle async/sync*/async* functions | 241 async_await_catch_regression_test : Crash # bailout: (test()async{var exception;
try {await foo();}catch (e){print(await (e));await (exception=await e);}Expect.e
quals(42,exception);}): cannot handle async/sync*/async* functions |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 await_exceptions_test : Crash # bailout: (awaitFoo()async{await foo();}): cannot
handle async/sync*/async* functions | 347 await_exceptions_test : Crash # bailout: (awaitFoo()async{await foo();}): cannot
handle async/sync*/async* functions |
| 351 await_for_cancel_test : Crash # bailout: (test()async{await test1();await test2(
);}): cannot handle async/sync*/async* functions | 348 await_for_cancel_test : Crash # bailout: (test()async{await test1();await test2(
);}): cannot handle async/sync*/async* functions |
| 352 await_for_test : Crash # bailout: unsupported element kind: t4:field | 349 await_for_test : Crash # bailout: unsupported element kind: t4:field |
| 353 await_for_use_local_test : Crash # bailout: (test()async{var countStreamControll
er;int i=0;void tick(){if(i<10){countStreamController.add(i);i++ ;scheduleMicrot
ask(tick);}else{countStreamController.close();}}countStreamController=new Stream
Controller(onListen:(){scheduleMicrotask(tick);});Expect.equals(45,await sumStre
am(countStreamController.stream));}): cannot handle async/sync*/async* functions | 350 await_for_use_local_test : Crash # bailout: (test()async{var countStreamControll
er;int i=0;void tick(){if(i<10){countStreamController.add(i);i++ ;scheduleMicrot
ask(tick);}else{countStreamController.close();}}countStreamController=new Stream
Controller(onListen:(){scheduleMicrotask(tick);});Expect.equals(45,await sumStre
am(countStreamController.stream));}): cannot handle async/sync*/async* functions |
| 354 await_future_test : Crash # bailout: (test()async{var result;for(int i=0;i<10;i+
+ ){result=await foo();Expect.equals(30,result);result=await faa();Expect.equals
(3,result);result=await quaz(17);Expect.equals(17,result);result=await quazz();E
xpect.equals(2,result);result=await nesting();Expect.equals(5,result);result=awa
it awaitIf(3);Expect.equals("p<5",result);result=await awaitIf(5);Expect.equals(
"p>=5",result);result=await awaitNestedIf(5,3);Expect.equals("q<7",result);resul
t=await awaitNestedIf(5,8);Expect.equals("q>=7",result);result=await awaitNested
If(3,8);Expect.equals("p!=5",result);result=await awaitReturn();Expect.equals(17
,result);result=await awaitSwitch();Expect.equals(3,result);result=await awaitEl
seIf(6);Expect.equals("p>5",result);result=await awaitElseIf(4);Expect.equals("p
<5",result);result=await awaitElseIf(5);Expect.equals("p==5",result);result=awai
t awaitNestedWhile(5,3);Expect.equals(15,result);result=await awaitNestedWhile(4
,6);Expect.equals(24,result);result=await awaitAsUnary(bar(1),bar(2));Expect.equ
als(3,result);result=await awaitFor();Expect.equals(25,result);result=await awai
tForIn();Expect.equals('abc',result);}}): cannot handle async/sync*/async* funct
ions | 351 await_future_test : Crash # bailout: (test()async{var result;for(int i=0;i<10;i+
+ ){result=await foo();Expect.equals(30,result);result=await faa();Expect.equals
(3,result);result=await quaz(17);Expect.equals(17,result);result=await quazz();E
xpect.equals(2,result);result=await nesting();Expect.equals(5,result);result=awa
it awaitIf(3);Expect.equals("p<5",result);result=await awaitIf(5);Expect.equals(
"p>=5",result);result=await awaitNestedIf(5,3);Expect.equals("q<7",result);resul
t=await awaitNestedIf(5,8);Expect.equals("q>=7",result);result=await awaitNested
If(3,8);Expect.equals("p!=5",result);result=await awaitReturn();Expect.equals(17
,result);result=await awaitSwitch();Expect.equals(3,result);result=await awaitEl
seIf(6);Expect.equals("p>5",result);result=await awaitElseIf(4);Expect.equals("p
<5",result);result=await awaitElseIf(5);Expect.equals("p==5",result);result=awai
t awaitNestedWhile(5,3);Expect.equals(15,result);result=await awaitNestedWhile(4
,6);Expect.equals(24,result);result=await awaitAsUnary(bar(1),bar(2));Expect.equ
als(3,result);result=await awaitFor();Expect.equals(25,result);result=await awai
tForIn();Expect.equals('abc',result);}}): cannot handle async/sync*/async* funct
ions |
| 355 await_nonfuture_test : Crash # bailout: (foo()async{Expect.equals(X,10);return a
wait 5;}): cannot handle async/sync*/async* functions | 352 await_nonfuture_test : Crash # bailout: (foo()async{Expect.equals(X,10);return a
wait 5;}): cannot handle async/sync*/async* functions |
| 356 await_not_started_immediately_test : Crash # bailout: (foo()async{x++ ;await 1;x
++ ;}): cannot handle async/sync*/async* functions | 353 await_not_started_immediately_test : Crash # bailout: (foo()async{x++ ;await 1;x
++ ;}): cannot handle async/sync*/async* functions |
| 357 await_postfix_expr_test : Crash # bailout: (test()async{Expect.equals(10,await p
ost0(10));Expect.equals(21,await post1(10));Expect.equals(11,await pref0(10));Ex
pect.equals(23,await pref1(10));Expect.equals(10,await sum([1,2,3,4]));Expect.eq
uals(10,await sum2(4));}): cannot handle async/sync*/async* functions | 354 await_postfix_expr_test : Crash # bailout: (test()async{Expect.equals(10,await p
ost0(10));Expect.equals(21,await post1(10));Expect.equals(11,await pref0(10));Ex
pect.equals(23,await pref1(10));Expect.equals(10,await sum([1,2,3,4]));Expect.eq
uals(10,await sum2(4));}): cannot handle async/sync*/async* functions |
| 358 await_regression_test : Crash # bailout: (main()async{testNestedFunctions();test
NamedArguments();}): cannot handle async/sync*/async* functions | 355 await_regression_test : Crash # bailout: (main()async{testNestedFunctions();test
NamedArguments();}): cannot handle async/sync*/async* functions |
| 359 await_test : Crash # bailout: (others()async{var a="${globalVariable} ${await du
mmy()} "+await "someString";Expect.equals(a,"1 1 someString");try {var c=new C()
;var d=c.nooooo()+await dummy();}catch (e){}var cnt=2;var b=[1,2,3];b[cnt]=await
dummy();Expect.equals(b[cnt],1);var e=b[0]+await dummy();Expect.equals(e,2);Exp
ect.equals(nonAsyncFunction(),4);}): cannot handle async/sync*/async* functions | 356 await_test : Crash # bailout: (others()async{var a="${globalVariable} ${await du
mmy()} "+await "someString";Expect.equals(a,"1 1 someString");try {var c=new C()
;var d=c.nooooo()+await dummy();}catch (e){}var cnt=2;var b=[1,2,3];b[cnt]=await
dummy();Expect.equals(b[cnt],1);var e=b[0]+await dummy();Expect.equals(e,2);Exp
ect.equals(nonAsyncFunction(),4);}): cannot handle async/sync*/async* functions |
| 360 bailout4_test : Crash # bailout: unsupported element kind: a:field | |
| 361 bailout5_test : Crash # Instance of 'TypeOperator': type check unimplemented for
Map. | 357 bailout5_test : Crash # Instance of 'TypeOperator': type check unimplemented for
Map. |
| 362 bailout6_test : Crash # Instance of 'TypeOperator': type check unimplemented for
Map. | 358 bailout6_test : Crash # Instance of 'TypeOperator': type check unimplemented for
Map. |
| 363 bailout7_test : Crash # Instance of 'TypeOperator': type check unimplemented for
Map. | 359 bailout7_test : Crash # Instance of 'TypeOperator': type check unimplemented for
Map. |
| 364 bailout_container_type_test : Crash # bailout: unsupported element kind: a:field | |
| 365 bailout_test : Crash # bailout: unsupported element kind: reachedAfoo:field | |
| 366 bool_check_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 360 bool_check_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
| 367 call_closurization_test : Crash # Instance of 'TypeOperator': type check unimple
mented for _Nullary. | 361 call_closurization_test : Crash # Instance of 'TypeOperator': type check unimple
mented for _Nullary. |
| 368 #call_nonexistent_static_test/01: Crash # (alwaysThrows): handleStaticFunctionGe
t: function(alwaysThrows) | 362 #call_nonexistent_static_test/01: Crash # (alwaysThrows): handleStaticFunctionGe
t: function(alwaysThrows) |
| 369 call_nonexistent_static_test/02 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 363 call_nonexistent_static_test/02 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 370 call_nonexistent_static_test/03 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 364 call_nonexistent_static_test/03 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 371 call_nonexistent_static_test/04 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 365 call_nonexistent_static_test/04 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 372 call_nonexistent_static_test/05 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 366 call_nonexistent_static_test/05 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 373 call_nonexistent_static_test/06 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 367 call_nonexistent_static_test/06 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 374 call_nonexistent_static_test/07 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 368 call_nonexistent_static_test/07 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 375 call_nonexistent_static_test/08 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 369 call_nonexistent_static_test/08 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 class_literal_test/22 : Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. | 423 class_literal_test/22 : Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. |
| 430 class_literal_test/23 : Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. | 424 class_literal_test/23 : Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. |
| 431 class_literal_test/24 : Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. | 425 class_literal_test/24 : Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. |
| 432 class_literal_test/25 : Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. | 426 class_literal_test/25 : Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. |
| 433 class_override_test/00 : Crash # bailout: (try {instance.foo();}on NoSuchMethodE
rror catch (error){}finally {}): try/finally | 427 class_override_test/00 : Crash # bailout: (try {instance.foo();}on NoSuchMethodE
rror catch (error){}finally {}): try/finally |
| 434 class_override_test/none : Crash # bailout: (try {instance.foo();}finally {}): t
ry/finally | 428 class_override_test/none : Crash # bailout: (try {instance.foo();}finally {}): t
ry/finally |
| 435 closure3_test : Crash # Instance of 'TypeOperator': type check unimplemented for
_Nullary. | 429 closure3_test : Crash # Instance of 'TypeOperator': type check unimplemented for
_Nullary. |
| 436 closure_in_constructor_test : Crash # Instance of 'TypeOperator': type check uni
mplemented for List. | 430 closure_in_constructor_test : Crash # Instance of 'TypeOperator': type check uni
mplemented for List. |
| 437 closure_internals_test : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 431 closure_internals_test : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
| 438 closure_self_reference_test : Crash # bailout: (try {return inner(value-1);}fina
lly {counter++ ;}): try/finally | 432 closure_self_reference_test : Crash # bailout: (try {return inner(value-1);}fina
lly {counter++ ;}): try/finally |
| 439 closure_side_effect_test : Crash # bailout: unsupported element kind: c:field | |
| 440 closure_type_variables_test : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<int>. | 433 closure_type_variables_test : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<int>. |
| 441 closures_initializer2_test : Crash # Assertion failure: Unknown variable: Instan
ce of 'TypeVariableLocal'. | 434 closures_initializer2_test : Crash # Assertion failure: Unknown variable: Instan
ce of 'TypeVariableLocal'. |
| 442 closures_initializer_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for List<int>. | 435 closures_initializer_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for List<int>. |
| 443 compile_time_constant_a_test : Crash # Instance of 'TypeOperator': type check un
implemented for _Nullary. | 436 compile_time_constant_a_test : Crash # Instance of 'TypeOperator': type check un
implemented for _Nullary. |
| 444 compile_time_constant_b_test : Crash # Instance of 'TypeOperator': type check un
implemented for _Nullary. | 437 compile_time_constant_b_test : Crash # Instance of 'TypeOperator': type check un
implemented for _Nullary. |
| 445 const_evaluation_test/01 : Crash # Instance of 'TypeOperator': type check unimpl
emented for _Nullary. | 438 const_evaluation_test/01 : Crash # Instance of 'TypeOperator': type check unimpl
emented for _Nullary. |
| 446 const_evaluation_test/none : RuntimeError | |
| 447 const_nested_test : Crash # Assertion failure: Unknown variable: variable(getClo
sure#MIN). | 439 const_nested_test : Crash # Assertion failure: Unknown variable: variable(getClo
sure#MIN). |
| 448 const_objects_are_immutable_test/01 : Crash # Instance of 'TypeOperator': type c
heck unimplemented for _Nullary. | 440 const_objects_are_immutable_test/01 : Crash # Instance of 'TypeOperator': type c
heck unimplemented for _Nullary. |
| 449 const_objects_are_immutable_test/none : Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. | 441 const_objects_are_immutable_test/none : Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. |
| 450 const_switch2_test/none : Crash # bailout: (switch (a){case 1:print("OK");}): Un
handled node | 442 const_switch2_test/none : Crash # bailout: (switch (a){case 1:print("OK");}): Un
handled node |
| 451 const_switch_test/01 : Crash # bailout: (switch (c){case const C(0.0):return '0.
0';case const C(0):return '0';case const C(1.0):return '1.0';case const C(1):ret
urn '1';}): Unhandled node | 443 const_switch_test/01 : Crash # bailout: (switch (c){case const C(0.0):return '0.
0';case const C(0):return '0';case const C(1.0):return '1.0';case const C(1):ret
urn '1';}): Unhandled node |
| 452 const_switch_test/02 : Crash # bailout: (switch (c){case const C(0.0):return '0.
0';case const C(0):return '0';case const C(1.0):return '1.0';case const C(1):ret
urn '1';}): Unhandled node | 444 const_switch_test/02 : Crash # bailout: (switch (c){case const C(0.0):return '0.
0';case const C(0):return '0';case const C(1.0):return '1.0';case const C(1):ret
urn '1';}): Unhandled node |
| 453 const_switch_test/03 : Crash # bailout: (switch (c){case const C(0.0):return '0.
0';case const C(0):return '0';case const C(1.0):return '1.0';case const C(1):ret
urn '1';}): Unhandled node | 445 const_switch_test/03 : Crash # bailout: (switch (c){case const C(0.0):return '0.
0';case const C(0):return '0';case const C(1.0):return '1.0';case const C(1):ret
urn '1';}): Unhandled node |
| 454 const_switch_test/04 : Crash # bailout: (switch (c){case const C(0.0):return '0.
0';case const C(0):return '0';case const C(1.0):return '1.0';case const C(1):ret
urn '1';}): Unhandled node | 446 const_switch_test/04 : Crash # bailout: (switch (c){case const C(0.0):return '0.
0';case const C(0):return '0';case const C(1.0):return '1.0';case const C(1):ret
urn '1';}): Unhandled node |
| 455 constant_propagation_phis_test : RuntimeError | |
| 456 constructor10_test/01 : Crash # Internal Error: No default constructor available
. | 447 constructor10_test/01 : Crash # Internal Error: No default constructor available
. |
| 457 constructor10_test/02 : Crash # Internal Error: No default constructor available
. | 448 constructor10_test/02 : Crash # Internal Error: No default constructor available
. |
| 458 constructor11_test : Crash # Assertion failure: Unknown variable: initializing_f
ormal(#x). | 449 constructor11_test : Crash # Assertion failure: Unknown variable: initializing_f
ormal(#x). |
| 459 constructor12_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for A<int>. | 450 constructor12_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for A<int>. |
| 460 constructor3_negative_test : Crash # RangeError: index (0) must be in the range
[0..0) | 451 constructor3_negative_test : Crash # RangeError: index (0) must be in the range
[0..0) |
| 461 constructor5_test : Crash # The null object does not have a getter 'namedArgumen
ts'. | 452 constructor5_test : Crash # The null object does not have a getter 'namedArgumen
ts'. |
| 462 constructor_call_wrong_argument_count_negative_test : Crash # RangeError: index
(0) must be in the range [0..0) | 453 constructor_call_wrong_argument_count_negative_test : Crash # RangeError: index
(0) must be in the range [0..0) |
| 463 constructor_initializer_test/01 : Crash # Assertion failure: function(throwRunti
meError) has not been resolved. | 454 constructor_initializer_test/01 : Crash # Assertion failure: function(throwRunti
meError) has not been resolved. |
| 464 constructor_with_mixin_test : Crash # Internal Error: No default constructor ava
ilable. | 455 constructor_with_mixin_test : Crash # Internal Error: No default constructor ava
ilable. |
| 465 continue_test : Crash # bailout: (switch (0){case 0:i=22;continue;default:i=25;b
reak;}): Unhandled node | 456 continue_test : Crash # bailout: (switch (0){case 0:i=22;continue;default:i=25;b
reak;}): Unhandled node |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 522 deferred_no_such_method_test : Crash # bailout: (lib.loadLibrary()): handleStati
cGetterInvoke: foreign: getter(loadLibrary) | 513 deferred_no_such_method_test : Crash # bailout: (lib.loadLibrary()): handleStati
cGetterInvoke: foreign: getter(loadLibrary) |
| 523 deferred_not_loaded_check_test : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 514 deferred_not_loaded_check_test : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 524 deferred_only_constant_test : Crash # bailout: (lib.loadLibrary()): handleStatic
GetterInvoke: foreign: getter(loadLibrary) | 515 deferred_only_constant_test : Crash # bailout: (lib.loadLibrary()): handleStatic
GetterInvoke: foreign: getter(loadLibrary) |
| 525 deferred_optimized_test : Crash # bailout: (lib.loadLibrary()): handleStaticGett
erInvoke: foreign: getter(loadLibrary) | 516 deferred_optimized_test : Crash # bailout: (lib.loadLibrary()): handleStaticGett
erInvoke: foreign: getter(loadLibrary) |
| 526 deferred_redirecting_factory_test : Crash # bailout: (test()async{await test1();
await test2();await test3();}): cannot handle async/sync*/async* functions | 517 deferred_redirecting_factory_test : Crash # bailout: (test()async{await test1();
await test2();await test3();}): cannot handle async/sync*/async* functions |
| 527 deferred_regression_22995_test : Crash # bailout: (lib.loadLibrary()): handleSta
ticGetterInvoke: foreign: getter(loadLibrary) | 518 deferred_regression_22995_test : Crash # bailout: (lib.loadLibrary()): handleSta
ticGetterInvoke: foreign: getter(loadLibrary) |
| 528 deferred_shadow_load_library_test : Crash # bailout: (lib.loadLibrary()): handle
StaticGetterInvoke: foreign: getter(loadLibrary) | 519 deferred_shadow_load_library_test : Crash # bailout: (lib.loadLibrary()): handle
StaticGetterInvoke: foreign: getter(loadLibrary) |
| 529 deferred_shared_and_unshared_classes_test : Crash # bailout: (lib1.loadLibrary()
): handleStaticGetterInvoke: foreign: getter(loadLibrary) | 520 deferred_shared_and_unshared_classes_test : Crash # bailout: (lib1.loadLibrary()
): handleStaticGetterInvoke: foreign: getter(loadLibrary) |
| 530 deferred_static_seperate_test : Crash # bailout: (lib1.loadLibrary()): handleSta
ticGetterInvoke: foreign: getter(loadLibrary) | 521 deferred_static_seperate_test : Crash # bailout: (lib1.loadLibrary()): handleSta
ticGetterInvoke: foreign: getter(loadLibrary) |
| 531 deopt_inlined_function_lazy_test : Crash # bailout: (try {return x+1234235325789
3275483274832;}finally {}): try/finally | 522 deopt_inlined_function_lazy_test : Crash # bailout: (try {return x+1234235325789
3275483274832;}finally {}): try/finally |
| 532 deopt_inlined_function_test : Crash # bailout: unsupported element kind: obj:fie
ld | |
| 533 div_with_power_of_two2_test : Crash # Instance of 'TypeOperator': type check uni
mplemented for _Nullary. | 523 div_with_power_of_two2_test : Crash # Instance of 'TypeOperator': type check uni
mplemented for _Nullary. |
| 534 div_with_power_of_two_test : Crash # bailout: unsupported element kind: expected
Results:field | |
| 535 double_to_string_as_exponential2_test : Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. | 524 double_to_string_as_exponential2_test : Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. |
| 536 double_to_string_as_fixed2_test : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 525 double_to_string_as_fixed2_test : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 537 double_to_string_as_precision2_test : Crash # Instance of 'TypeOperator': type c
heck unimplemented for _Nullary. | 526 double_to_string_as_precision2_test : Crash # Instance of 'TypeOperator': type c
heck unimplemented for _Nullary. |
| 538 dynamic_prefix_core_test/01 : Crash # Instance of 'TypeOperator': type check uni
mplemented for _Nullary. | 527 dynamic_prefix_core_test/01 : Crash # Instance of 'TypeOperator': type check uni
mplemented for _Nullary. |
| 539 dynamic_test : Crash # Instance of 'TypeOperator': type check unimplemented for
Iface<dynamic, num>. | 528 dynamic_test : Crash # Instance of 'TypeOperator': type check unimplemented for
Iface<dynamic, num>. |
| 540 empty_block_case_test : Crash # bailout: (switch (1){case 1:{}case 2:Expect.equa
ls(true,false);}): Unhandled node | 529 empty_block_case_test : Crash # bailout: (switch (1){case 1:{}case 2:Expect.equa
ls(true,false);}): Unhandled node |
| 541 enum_mirror_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 530 enum_mirror_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 542 enum_private_test/02 : Crash # Instance of 'TypeOperator': type check unimplemen
ted for _Nullary. | 531 enum_private_test/02 : Crash # Instance of 'TypeOperator': type check unimplemen
ted for _Nullary. |
| 543 enum_test : Crash # bailout: (switch (e){case Enum5.H:index=2;break;case Enum5.F
:index=0;break;case Enum5.G:index=1;break;}): Unhandled node | 532 enum_test : Crash # bailout: (switch (e){case Enum5.H:index=2;break;case Enum5.F
:index=0;break;case Enum5.G:index=1;break;}): Unhandled node |
| 544 equality_test : Crash # Instance of 'TypeOperator': type check unimplemented for
_Nullary. | 533 equality_test : Crash # Instance of 'TypeOperator': type check unimplemented for
_Nullary. |
| (...skipping 26 matching lines...) Expand all Loading... |
| 571 factory_redirection_test/10 : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<List>. | 560 factory_redirection_test/10 : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<List>. |
| 572 factory_redirection_test/11 : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<List>. | 561 factory_redirection_test/11 : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<List>. |
| 573 factory_redirection_test/12 : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<List>. | 562 factory_redirection_test/12 : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<List>. |
| 574 factory_redirection_test/13 : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<List>. | 563 factory_redirection_test/13 : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<List>. |
| 575 factory_redirection_test/14 : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<List>. | 564 factory_redirection_test/14 : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<List>. |
| 576 factory_redirection_test/none : Crash # Instance of 'TypeOperator': type check u
nimplemented for A<List>. | 565 factory_redirection_test/none : Crash # Instance of 'TypeOperator': type check u
nimplemented for A<List>. |
| 577 factory_return_type_checked_test : Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. | 566 factory_return_type_checked_test : Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. |
| 578 factory_type_parameter2_test : Crash # t: Failed assertion: line 2530 pos 12: 's
tate.thisParameter != null' is not true. | 567 factory_type_parameter2_test : Crash # t: Failed assertion: line 2530 pos 12: 's
tate.thisParameter != null' is not true. |
| 579 factory_type_parameter_test : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<List>. | 568 factory_type_parameter_test : Crash # Instance of 'TypeOperator': type check uni
mplemented for A<List>. |
| 580 fast_method_extraction_test : Crash # Instance of 'TypeOperator': type check uni
mplemented for T. | 569 fast_method_extraction_test : Crash # Instance of 'TypeOperator': type check uni
mplemented for T. |
| 581 field_inference_test : Crash # bailout: unsupported element kind: array:field | |
| 582 final_is_not_const_test/none : RuntimeError | |
| 583 final_syntax_test/03 : Crash # bailout: unsupported element kind: P3:field | |
| 584 final_syntax_test/04 : Crash # bailout: unsupported element kind: P3:field | |
| 585 final_syntax_test/08 : Crash # bailout: unsupported element kind: A3:field | |
| 586 final_syntax_test/09 : Crash # bailout: unsupported element kind: P3:field | |
| 587 final_syntax_test/10 : Crash # bailout: unsupported element kind: B3:field | |
| 588 final_syntax_test/none : Crash # bailout: unsupported element kind: P3:field | |
| 589 finally_test : Crash # bailout: (try {i=12;}finally {Expect.equals(12,i);execute
dFinally=true;}): try/finally | 570 finally_test : Crash # bailout: (try {i=12;}finally {Expect.equals(12,i);execute
dFinally=true;}): try/finally |
| 590 first_class_types_literals_test/03 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. | 571 first_class_types_literals_test/03 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. |
| 591 first_class_types_literals_test/04 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. | 572 first_class_types_literals_test/04 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. |
| 592 first_class_types_literals_test/05 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. | 573 first_class_types_literals_test/05 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. |
| 593 first_class_types_literals_test/06 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. | 574 first_class_types_literals_test/06 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. |
| 594 first_class_types_literals_test/07 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. | 575 first_class_types_literals_test/07 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. |
| 595 first_class_types_literals_test/08 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. | 576 first_class_types_literals_test/08 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. |
| 596 first_class_types_literals_test/09 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. | 577 first_class_types_literals_test/09 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. |
| 597 first_class_types_literals_test/10 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. | 578 first_class_types_literals_test/10 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. |
| 598 first_class_types_literals_test/11 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. | 579 first_class_types_literals_test/11 : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. |
| (...skipping 14 matching lines...) Expand all Loading... |
| 613 flatten_test/05 : Crash # bailout: (test()async{FixedPoint<int> x=await new Fixe
dPoint<int>();}): cannot handle async/sync*/async* functions | 594 flatten_test/05 : Crash # bailout: (test()async{FixedPoint<int> x=await new Fixe
dPoint<int>();}): cannot handle async/sync*/async* functions |
| 614 flatten_test/06 : Crash # bailout: (test()async{Future<FixedPoint<int>> f()async
=>new FixedPoint<int>();}): cannot handle async/sync*/async* functions | 595 flatten_test/06 : Crash # bailout: (test()async{Future<FixedPoint<int>> f()async
=>new FixedPoint<int>();}): cannot handle async/sync*/async* functions |
| 615 flatten_test/07 : Crash # bailout: (test()async{Future<FixedPoint<int>> f()async
{return new FixedPoint<int>();}}): cannot handle async/sync*/async* functions | 596 flatten_test/07 : Crash # bailout: (test()async{Future<FixedPoint<int>> f()async
{return new FixedPoint<int>();}}): cannot handle async/sync*/async* functions |
| 616 flatten_test/08 : Crash # bailout: (test()async{Future<FixedPoint<int>> x=(()asy
nc=>new FixedPoint<int>())();}): cannot handle async/sync*/async* functions | 597 flatten_test/08 : Crash # bailout: (test()async{Future<FixedPoint<int>> x=(()asy
nc=>new FixedPoint<int>())();}): cannot handle async/sync*/async* functions |
| 617 flatten_test/09 : Crash # bailout: (test()async{Divergent<Divergent<int>> x=awai
t new Divergent<int>();}): cannot handle async/sync*/async* functions | 598 flatten_test/09 : Crash # bailout: (test()async{Divergent<Divergent<int>> x=awai
t new Divergent<int>();}): cannot handle async/sync*/async* functions |
| 618 flatten_test/10 : Crash # bailout: (test()async{Future<Divergent<Divergent<int>>
> f()async=>new Divergent<int>();}): cannot handle async/sync*/async* functions | 599 flatten_test/10 : Crash # bailout: (test()async{Future<Divergent<Divergent<int>>
> f()async=>new Divergent<int>();}): cannot handle async/sync*/async* functions |
| 619 flatten_test/11 : Crash # bailout: (test()async{Future<Divergent<Divergent<int>>
> f()async{return new Divergent<int>();}}): cannot handle async/sync*/async* fun
ctions | 600 flatten_test/11 : Crash # bailout: (test()async{Future<Divergent<Divergent<int>>
> f()async{return new Divergent<int>();}}): cannot handle async/sync*/async* fun
ctions |
| 620 flatten_test/12 : Crash # bailout: (test()async{Future<Divergent<Divergent<int>>
> x=(()async=>new Divergent<int>())();}): cannot handle async/sync*/async* funct
ions | 601 flatten_test/12 : Crash # bailout: (test()async{Future<Divergent<Divergent<int>>
> x=(()async=>new Divergent<int>())();}): cannot handle async/sync*/async* funct
ions |
| 621 flatten_test/none : Crash # bailout: (test()async{}): cannot handle async/sync*/
async* functions | 602 flatten_test/none : Crash # bailout: (test()async{}): cannot handle async/sync*/
async* functions |
| 622 for2_test : Crash # The null object does not have a getter 'field'. | 603 for2_test : Crash # The null object does not have a getter 'field'. |
| 623 for_in2_test : Crash # bailout: unsupported element kind: set:field | |
| 624 for_in_side_effects_test : Crash # bailout: unsupported element kind: array:fiel
d | |
| 625 for_variable_capture_test : Crash # bailout: (i=0): For-loop variable captured i
n loop header | 604 for_variable_capture_test : Crash # bailout: (i=0): For-loop variable captured i
n loop header |
| 626 forwarding_factory_constructor_default_values_test : RuntimeError | 605 forwarding_factory_constructor_default_values_test : RuntimeError |
| 627 function_propagation_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for F. | 606 function_propagation_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for F. |
| 628 function_subtype0_test : Crash # Instance of 'TypeOperator': type check unimplem
ented for t__. | 607 function_subtype0_test : Crash # Instance of 'TypeOperator': type check unimplem
ented for t__. |
| 629 function_subtype1_test : Crash # unimplemented translation of type expression in
t_ | 608 function_subtype1_test : Crash # unimplemented translation of type expression in
t_ |
| 630 function_subtype2_test : Crash # Instance of 'TypeOperator': type check unimplem
ented for T1. | 609 function_subtype2_test : Crash # Instance of 'TypeOperator': type check unimplem
ented for T1. |
| 631 function_subtype_bound_closure0_test : Crash # Instance of 'TypeOperator': type
check unimplemented for Foo. | 610 function_subtype_bound_closure0_test : Crash # Instance of 'TypeOperator': type
check unimplemented for Foo. |
| 632 function_subtype_bound_closure1_test : Crash # Instance of 'TypeOperator': type
check unimplemented for Foo<bool>. | 611 function_subtype_bound_closure1_test : Crash # Instance of 'TypeOperator': type
check unimplemented for Foo<bool>. |
| 633 function_subtype_bound_closure2_test : Crash # Instance of 'TypeOperator': type
check unimplemented for Foo<T>. | 612 function_subtype_bound_closure2_test : Crash # Instance of 'TypeOperator': type
check unimplemented for Foo<T>. |
| 634 function_subtype_bound_closure3_test : Crash # Instance of 'TypeOperator': type
check unimplemented for Foo. | 613 function_subtype_bound_closure3_test : Crash # Instance of 'TypeOperator': type
check unimplemented for Foo. |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 function_subtype_typearg0_test : Crash # unimplemented translation of type expre
ssion Foo | 651 function_subtype_typearg0_test : Crash # unimplemented translation of type expre
ssion Foo |
| 673 function_subtype_typearg1_test : Crash # unimplemented translation of type expre
ssion f2 | 652 function_subtype_typearg1_test : Crash # unimplemented translation of type expre
ssion f2 |
| 674 function_subtype_typearg2_test : Crash # unimplemented translation of type expre
ssion f1 | 653 function_subtype_typearg2_test : Crash # unimplemented translation of type expre
ssion f1 |
| 675 function_subtype_typearg3_test : Crash # unimplemented translation of type expre
ssion f1 | 654 function_subtype_typearg3_test : Crash # unimplemented translation of type expre
ssion f1 |
| 676 function_subtype_typearg4_test : Crash # unimplemented translation of type expre
ssion f1 | 655 function_subtype_typearg4_test : Crash # unimplemented translation of type expre
ssion f1 |
| 677 function_type3_test : Crash # Instance of 'TypeOperator': type check unimplement
ed for F. | 656 function_type3_test : Crash # Instance of 'TypeOperator': type check unimplement
ed for F. |
| 678 function_type_alias2_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for f1. | 657 function_type_alias2_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for f1. |
| 679 function_type_alias3_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for F. | 658 function_type_alias3_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for F. |
| 680 function_type_alias4_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for F. | 659 function_type_alias4_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for F. |
| 681 function_type_alias6_test/none : Crash # Instance of 'TypeOperator': type check
unimplemented for F. | 660 function_type_alias6_test/none : Crash # Instance of 'TypeOperator': type check
unimplemented for F. |
| 682 function_type_alias8_test : Crash # bailout: unsupported element kind: fromThing
:field | |
| 683 function_type_alias_test : Crash # Instance of 'TypeOperator': type check unimpl
emented for Fun. | 661 function_type_alias_test : Crash # Instance of 'TypeOperator': type check unimpl
emented for Fun. |
| 684 function_type_call_getter_test : Crash # Instance of 'TypeOperator': type check
unimplemented for F. | 662 function_type_call_getter_test : Crash # Instance of 'TypeOperator': type check
unimplemented for F. |
| 685 generic2_test : Crash # Instance of 'TypeOperator': type check unimplemented for
T. | 663 generic2_test : Crash # Instance of 'TypeOperator': type check unimplemented for
T. |
| 686 generic_closure_test : Crash # Instance of 'TypeOperator': type check unimplemen
ted for F. | 664 generic_closure_test : Crash # Instance of 'TypeOperator': type check unimplemen
ted for F. |
| 687 generic_constructor_mixin2_test : Crash # Internal Error: No default constructor
available. | 665 generic_constructor_mixin2_test : Crash # Internal Error: No default constructor
available. |
| 688 generic_constructor_mixin3_test : Crash # Internal Error: No default constructor
available. | 666 generic_constructor_mixin3_test : Crash # Internal Error: No default constructor
available. |
| 689 generic_constructor_mixin_test : Crash # Internal Error: No default constructor
available. | 667 generic_constructor_mixin_test : Crash # Internal Error: No default constructor
available. |
| 690 generic_creation_test : RuntimeError | 668 generic_creation_test : RuntimeError |
| 691 generic_deep_test : Crash # Instance of 'TypeOperator': type check unimplemented
for S<Z>. | 669 generic_deep_test : Crash # Instance of 'TypeOperator': type check unimplemented
for S<Z>. |
| 692 generic_field_mixin2_test : Crash # unable to find constructor parameter for typ
e variable T. | 670 generic_field_mixin2_test : Crash # unable to find constructor parameter for typ
e variable T. |
| (...skipping 11 matching lines...) Expand all Loading... |
| 704 generic_object_type_test : Crash # Instance of 'TypeOperator': type check unimpl
emented for T. | 682 generic_object_type_test : Crash # Instance of 'TypeOperator': type check unimpl
emented for T. |
| 705 generic_parameterized_extends_test : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for A<Object>. | 683 generic_parameterized_extends_test : Crash # Instance of 'TypeOperator': type ch
eck unimplemented for A<Object>. |
| 706 generic_test : Crash # Instance of 'TypeOperator': type check unimplemented for
B<AA>. | 684 generic_test : Crash # Instance of 'TypeOperator': type check unimplemented for
B<AA>. |
| 707 implicit_super_constructor_call_test : Crash # Assertion failure: Unknown variab
le: initializing_formal(#x). | 685 implicit_super_constructor_call_test : Crash # Assertion failure: Unknown variab
le: initializing_formal(#x). |
| 708 import_self_test/01 : Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. | 686 import_self_test/01 : Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. |
| 709 inference_captured_variable2_test : Crash # Instance of 'TypeOperator': type che
ck unimplemented for _Nullary. | 687 inference_captured_variable2_test : Crash # Instance of 'TypeOperator': type che
ck unimplemented for _Nullary. |
| 710 inference_captured_variable_test : Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. | 688 inference_captured_variable_test : Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. |
| 711 inference_list_or_null_test : Crash # Instance of 'TypeOperator': type check uni
mplemented for _Nullary. | 689 inference_list_or_null_test : Crash # Instance of 'TypeOperator': type check uni
mplemented for _Nullary. |
| 712 inference_mixin_field_test : Crash # Internal Error: No default constructor avai
lable. | 690 inference_mixin_field_test : Crash # Internal Error: No default constructor avai
lable. |
| 713 inference_super_constructor_call_test : Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. | 691 inference_super_constructor_call_test : Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. |
| 714 inferrer_closure_test : Crash # bailout: unsupported element kind: closure:field | |
| 715 inferrer_constructor2_test : Crash # Instance of 'TypeOperator': type check unim
plemented for _Nullary. | 692 inferrer_constructor2_test : Crash # Instance of 'TypeOperator': type check unim
plemented for _Nullary. |
| 716 inferrer_constructor3_test : Crash # Instance of 'TypeOperator': type check unim
plemented for _Nullary. | 693 inferrer_constructor3_test : Crash # Instance of 'TypeOperator': type check unim
plemented for _Nullary. |
| 717 inferrer_constructor4_test : Crash # Instance of 'TypeOperator': type check unim
plemented for _Nullary. | 694 inferrer_constructor4_test : Crash # Instance of 'TypeOperator': type check unim
plemented for _Nullary. |
| 718 inferrer_constructor5_test/01 : Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. | 695 inferrer_constructor5_test/01 : Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. |
| 719 inferrer_constructor_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. | 696 inferrer_constructor_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. |
| 720 inferrer_synthesized_constructor_test : Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. | 697 inferrer_synthesized_constructor_test : Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. |
| 721 inferrer_synthesized_super_constructor_test : Crash # Assertion failure: Unknown
variable: parameter(#a). | 698 inferrer_synthesized_super_constructor_test : Crash # Assertion failure: Unknown
variable: parameter(#a). |
| 722 inferrer_this_access_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. | 699 inferrer_this_access_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. |
| 723 infinite_switch_label_test : Crash # Instance of 'TypeOperator': type check unim
plemented for _Nullary. | 700 infinite_switch_label_test : Crash # Instance of 'TypeOperator': type check unim
plemented for _Nullary. |
| 724 inline_super_test : Crash # The null object does not have a getter 'callStructur
e'. | 701 inline_super_test : Crash # The null object does not have a getter 'callStructur
e'. |
| 725 inlined_throw_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for _Nullary. | 702 inlined_throw_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for _Nullary. |
| 726 instance_creation_in_function_annotation_test : Crash # Instance of 'TypeOperato
r': type check unimplemented for _Nullary. | 703 instance_creation_in_function_annotation_test : Crash # Instance of 'TypeOperato
r': type check unimplemented for _Nullary. |
| 727 instanceof2_test : Crash # Instance of 'TypeOperator': type check unimplemented
for List. | 704 instanceof2_test : Crash # Instance of 'TypeOperator': type check unimplemented
for List. |
| 728 instanceof3_test : Crash # Instance of 'TypeOperator': type check unimplemented
for UndeclaredType. | 705 instanceof3_test : Crash # Instance of 'TypeOperator': type check unimplemented
for UndeclaredType. |
| 729 instanceof4_test/01 : Crash # Instance of 'TypeOperator': type check unimplement
ed for List<T>. | 706 instanceof4_test/01 : Crash # Instance of 'TypeOperator': type check unimplement
ed for List<T>. |
| 730 instanceof4_test/none : Crash # Instance of 'TypeOperator': type check unimpleme
nted for List<T>. | 707 instanceof4_test/none : Crash # Instance of 'TypeOperator': type check unimpleme
nted for List<T>. |
| 731 instanceof_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or List. | 708 instanceof_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or List. |
| 732 integer_division_by_zero_test : Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. | 709 integer_division_by_zero_test : Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. |
| 733 interceptor6_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 710 interceptor6_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 734 interceptor7_test : Crash # bailout: unsupported element kind: array:field | |
| 735 interceptor8_test : Crash # bailout: unsupported element kind: a:field | |
| 736 interceptor9_test : RuntimeError | 711 interceptor9_test : RuntimeError |
| 737 interceptor_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 712 interceptor_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 738 internal_library_test/01 : Crash # bailout: (JS('int','0')): handleStaticFunctio
nInvoke: foreign: function(JS) | 713 internal_library_test/01 : Crash # bailout: (JS('int','0')): handleStaticFunctio
nInvoke: foreign: function(JS) |
| 739 invocation_mirror_invoke_on2_test : Crash # Instance of 'TypeOperator': type che
ck unimplemented for _Nullary. | 714 invocation_mirror_invoke_on2_test : Crash # Instance of 'TypeOperator': type che
ck unimplemented for _Nullary. |
| 740 invocation_mirror_invoke_on_test : RuntimeError | 715 invocation_mirror_invoke_on_test : RuntimeError |
| 741 invocation_mirror_test : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 716 invocation_mirror_test : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
| 742 is_malformed_type_test/94 : Crash # Instance of 'TypeOperator': type casts not i
mplemented. | 717 is_malformed_type_test/94 : Crash # Instance of 'TypeOperator': type casts not i
mplemented. |
| 743 is_malformed_type_test/95 : Crash # Instance of 'TypeOperator': type check unimp
lemented for Undefined. | 718 is_malformed_type_test/95 : Crash # Instance of 'TypeOperator': type check unimp
lemented for Undefined. |
| 744 is_malformed_type_test/96 : Crash # Instance of 'TypeOperator': type casts not i
mplemented. | 719 is_malformed_type_test/96 : Crash # Instance of 'TypeOperator': type casts not i
mplemented. |
| 745 is_malformed_type_test/97 : Crash # Instance of 'TypeOperator': type check unimp
lemented for Undefined. | 720 is_malformed_type_test/97 : Crash # Instance of 'TypeOperator': type check unimp
lemented for Undefined. |
| 746 is_malformed_type_test/98 : Crash # Instance of 'TypeOperator': type casts not i
mplemented. | 721 is_malformed_type_test/98 : Crash # Instance of 'TypeOperator': type casts not i
mplemented. |
| 747 is_malformed_type_test/99 : Crash # Instance of 'TypeOperator': type check unimp
lemented for Undefined. | 722 is_malformed_type_test/99 : Crash # Instance of 'TypeOperator': type check unimp
lemented for Undefined. |
| 748 is_nan_test : Crash # Instance of 'TypeOperator': type check unimplemented for _
Nullary. | 723 is_nan_test : Crash # Instance of 'TypeOperator': type check unimplemented for _
Nullary. |
| 749 is_not_class2_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for _Nullary. | 724 is_not_class2_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for _Nullary. |
| 750 is_object_test : RuntimeError | 725 is_object_test : RuntimeError |
| 751 isnot_malformed_type_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. | 726 isnot_malformed_type_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. |
| 752 issue10581_test : Crash # bailout: (switch (type){case 100:a=new Point2DObject()
;break;case 200:a=new BestFitObject();break;}): Unhandled node | 727 issue10581_test : Crash # bailout: (switch (type){case 100:a=new Point2DObject()
;break;case 200:a=new BestFitObject();break;}): Unhandled node |
| 753 issue10721_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or Map. | 728 issue10721_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or Map. |
| 754 issue10747_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 729 issue10747_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
| 755 issue10783_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 730 issue10783_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
| 756 issue11724_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 731 issue11724_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
| 757 issue11793_test : Crash # bailout: unsupported element kind: otherArray:field | |
| 758 issue12023_test : Crash # bailout: (switch (action){case "f":case "s":action=tes
t[i-1];int value=int.parse(test[i++ ]);if(action=="f"){Expect.equals(5,value);}e
lse{Expect.equals(6,value);}break;}): Unhandled node | 732 issue12023_test : Crash # bailout: (switch (action){case "f":case "s":action=tes
t[i-1];int value=int.parse(test[i++ ]);if(action=="f"){Expect.equals(5,value);}e
lse{Expect.equals(6,value);}break;}): Unhandled node |
| 759 issue12284_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 733 issue12284_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
| 760 issue12336_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or List. | 734 issue12336_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or List. |
| 761 issue13474_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 735 issue13474_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
| 762 issue13673_test : Crash # bailout: unsupported element kind: topLevel:field | |
| 763 issue14014_3_test : Crash # Assertion failure: Unknown variable: Instance of 'Ty
peVariableLocal'. | 736 issue14014_3_test : Crash # Assertion failure: Unknown variable: Instance of 'Ty
peVariableLocal'. |
| 764 issue20476_test : Crash # bailout: (try {try {return 1;}catch (e1){}finally {ret
urn 3;}}catch (e2){}finally {return 5;}): try/finally | 737 issue20476_test : Crash # bailout: (try {try {return 1;}catch (e1){}finally {ret
urn 3;}}catch (e2){}finally {return 5;}): try/finally |
| 765 issue7525_test : Crash # Instance of 'TypeOperator': type casts not implemented. | 738 issue7525_test : Crash # Instance of 'TypeOperator': type casts not implemented. |
| 766 issue9687_test : Crash # bailout: unsupported element kind: array:field | |
| 767 issue9939_test : Crash # t: Failed assertion: line 85 pos 12: 'irVariable.host =
= currentElement' is not true. | |
| 768 issue9949_test : Crash # Instance of 'TypeOperator': type check unimplemented fo
r Expando. | 739 issue9949_test : Crash # Instance of 'TypeOperator': type check unimplemented fo
r Expando. |
| 769 issue_1751477_test : Crash # bailout: (lib1.loadLibrary()): handleStaticGetterIn
voke: foreign: getter(loadLibrary) | 740 issue_1751477_test : Crash # bailout: (lib1.loadLibrary()): handleStaticGetterIn
voke: foreign: getter(loadLibrary) |
| 770 label_test : Crash # bailout: (switch (i){case 111:while(doAgain()){break L;}def
ault:i-- ;}): Unhandled node | 741 label_test : Crash # bailout: (switch (i){case 111:while(doAgain()){break L;}def
ault:i-- ;}): Unhandled node |
| 771 large_class_declaration_test : Crash # Stack Overflow | 742 large_class_declaration_test : Crash # Stack Overflow |
| 772 large_implicit_getter_test : Crash # bailout: unsupported element kind: panels:f
ield | |
| 773 lazy_map_test : Crash # bailout: unsupported element kind: data:field | |
| 774 lazy_static2_test : Crash # bailout: unsupported element kind: x:field | |
| 775 lazy_static3_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 743 lazy_static3_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 776 lazy_static4_test : Crash # bailout: unsupported element kind: v:field | |
| 777 lazy_static5_test : Crash # bailout: unsupported element kind: x:field | |
| 778 lazy_static6_test : Crash # bailout: unsupported element kind: x:field | |
| 779 lazy_static_test : Crash # bailout: unsupported element kind: t2:field | |
| 780 library_ambiguous_test/04 : Crash # Instance of 'TypeOperator': type check unimp
lemented for bax. | 744 library_ambiguous_test/04 : Crash # Instance of 'TypeOperator': type check unimp
lemented for bax. |
| 781 licm2_test : Crash # Instance of 'TypeOperator': type check unimplemented for _N
ullary. | 745 licm2_test : Crash # Instance of 'TypeOperator': type check unimplemented for _N
ullary. |
| 782 licm3_test : Crash # Instance of 'TypeOperator': type check unimplemented for _N
ullary. | 746 licm3_test : Crash # Instance of 'TypeOperator': type check unimplemented for _N
ullary. |
| 783 list_double_index_in_loop2_test : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 747 list_double_index_in_loop2_test : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 784 list_double_index_in_loop_test : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 748 list_double_index_in_loop_test : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 785 list_is_test : Crash # Instance of 'TypeOperator': type check unimplemented for
List. | 749 list_is_test : Crash # Instance of 'TypeOperator': type check unimplemented for
List. |
| 786 list_length_tracer_test : Crash # Instance of 'TypeOperator': type check unimple
mented for _Nullary. | 750 list_length_tracer_test : Crash # Instance of 'TypeOperator': type check unimple
mented for _Nullary. |
| 787 list_literal3_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for _Nullary. | 751 list_literal3_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for _Nullary. |
| 788 list_test : Crash # Instance of 'TypeOperator': type check unimplemented for Lis
t<A>. | 752 list_test : Crash # Instance of 'TypeOperator': type check unimplemented for Lis
t<A>. |
| 789 list_tracer_in_map_test : Crash # bailout: unsupported element kind: b:field | |
| 790 list_tracer_return_from_tearoff_closure_test : Crash # bailout: unsupported elem
ent kind: a:field | |
| 791 logical_expression_test : Crash # bailout: unsupported element kind: globalList:
field | |
| 792 malbounded_type_cast2_test : Crash # Instance of 'TypeOperator': type casts not
implemented. | 753 malbounded_type_cast2_test : Crash # Instance of 'TypeOperator': type casts not
implemented. |
| 793 malbounded_type_cast_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. | 754 malbounded_type_cast_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. |
| 794 malbounded_type_test2_test : Crash # Instance of 'TypeOperator': type check unim
plemented for A<T>. | 755 malbounded_type_test2_test : Crash # Instance of 'TypeOperator': type check unim
plemented for A<T>. |
| 795 malbounded_type_test_test/01 : Crash # Instance of 'TypeOperator': type check un
implemented for Super<int>. | 756 malbounded_type_test_test/01 : Crash # Instance of 'TypeOperator': type check un
implemented for Super<int>. |
| 796 malbounded_type_test_test/04 : Crash # Instance of 'TypeOperator': type check un
implemented for Super<String>. | 757 malbounded_type_test_test/04 : Crash # Instance of 'TypeOperator': type check un
implemented for Super<String>. |
| 797 malformed2_test/00 : Crash # Instance of 'TypeOperator': type check unimplemente
d for List<Unresolved>. | 758 malformed2_test/00 : Crash # Instance of 'TypeOperator': type check unimplemente
d for List<Unresolved>. |
| 798 malformed_inheritance_test/02 : Crash # Instance of 'TypeOperator': type check u
nimplemented for A<String>. | 759 malformed_inheritance_test/02 : Crash # Instance of 'TypeOperator': type check u
nimplemented for A<String>. |
| 799 malformed_inheritance_test/03 : Crash # The null object does not have a getter '
isMixinApplication'. | 760 malformed_inheritance_test/03 : Crash # The null object does not have a getter '
isMixinApplication'. |
| 800 malformed_inheritance_test/04 : Crash # Instance of 'TypeOperator': type check u
nimplemented for A<String>. | 761 malformed_inheritance_test/04 : Crash # Instance of 'TypeOperator': type check u
nimplemented for A<String>. |
| 801 malformed_inheritance_test/06 : Crash # Instance of 'TypeOperator': type check u
nimplemented for A<String>. | 762 malformed_inheritance_test/06 : Crash # Instance of 'TypeOperator': type check u
nimplemented for A<String>. |
| 802 malformed_inheritance_test/09 : Crash # The null object does not have a getter '
isMixinApplication'. | 763 malformed_inheritance_test/09 : Crash # The null object does not have a getter '
isMixinApplication'. |
| 803 malformed_inheritance_test/10 : Crash # The null object does not have a getter '
isMixinApplication'. | 764 malformed_inheritance_test/10 : Crash # The null object does not have a getter '
isMixinApplication'. |
| 804 malformed_test/06 : Crash # unimplemented translation of type expression Unresol
ved | 765 malformed_test/06 : Crash # unimplemented translation of type expression Unresol
ved |
| 805 malformed_test/none : Crash # unimplemented translation of type expression Unres
olved | 766 malformed_test/none : Crash # unimplemented translation of type expression Unres
olved |
| 806 malformed_type_test : Crash # bailout: unsupported element kind: x:field | |
| 807 many_generic_instanceof_test : Crash # Instance of 'TypeOperator': type check un
implemented for List<T>. | 767 many_generic_instanceof_test : Crash # Instance of 'TypeOperator': type check un
implemented for List<T>. |
| 808 many_overridden_no_such_method_test : RuntimeError | 768 many_overridden_no_such_method_test : RuntimeError |
| 809 megamorphic_no_such_method_test : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 769 megamorphic_no_such_method_test : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 810 method_override4_test : Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. | 770 method_override4_test : Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. |
| 811 method_override5_test : Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. | 771 method_override5_test : Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. |
| 812 method_override_test : Crash # Instance of 'TypeOperator': type check unimplemen
ted for RemoveFunctionType<String, String>. | 772 method_override_test : Crash # Instance of 'TypeOperator': type check unimplemen
ted for RemoveFunctionType<String, String>. |
| 813 methods_as_constants_test : RuntimeError | |
| 814 minify_closure_variable_collision_test : Crash # bailout: unsupported element ki
nd: array:field | |
| 815 mint_arithmetic_test : Crash # bailout: (try {f(a,b){var s=b;var t=a|s;return t;
}var x=0xffffffff;for(var i=0;i<20;i++ )f(x,x);Expect.equals(x,f(x,x));Expect.eq
uals(-1,f(x,-1));var y=0xffffffffffffffff;Expect.equals(-1,f(y,-1));}finally {})
: try/finally | 773 mint_arithmetic_test : Crash # bailout: (try {f(a,b){var s=b;var t=a|s;return t;
}var x=0xffffffff;for(var i=0;i<20;i++ )f(x,x);Expect.equals(x,f(x,x));Expect.eq
uals(-1,f(x,-1));var y=0xffffffffffffffff;Expect.equals(-1,f(y,-1));}finally {})
: try/finally |
| 816 mixin_bound_test : Crash # Internal Error: No default constructor available. | 774 mixin_bound_test : Crash # Internal Error: No default constructor available. |
| 817 mixin_cyclic_test/01 : Crash # The null object does not have a getter 'isMixinAp
plication'. | 775 mixin_cyclic_test/01 : Crash # The null object does not have a getter 'isMixinAp
plication'. |
| 818 mixin_extends_field_test : Crash # Instance of 'TypeOperator': type check unimpl
emented for _Nullary. | 776 mixin_extends_field_test : Crash # Instance of 'TypeOperator': type check unimpl
emented for _Nullary. |
| 819 mixin_extends_method_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. | 777 mixin_extends_method_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. |
| 820 mixin_field_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 778 mixin_field_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 821 mixin_forwarding_constructor1_test : Crash # Internal Error: No default construc
tor available. | 779 mixin_forwarding_constructor1_test : Crash # Internal Error: No default construc
tor available. |
| 822 mixin_forwarding_constructor3_test : Crash # Internal Error: No default construc
tor available. | 780 mixin_forwarding_constructor3_test : Crash # Internal Error: No default construc
tor available. |
| 823 mixin_generic_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for S<Map<int, bool>>. | 781 mixin_generic_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for S<Map<int, bool>>. |
| 824 mixin_illegal_constructor_test/13 : MissingRuntimeError | 782 mixin_illegal_constructor_test/13 : MissingRuntimeError |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 null_test/02 : Crash # Instance of 'TypeOperator': type check unimplemented for
dynamic. | 844 null_test/02 : Crash # Instance of 'TypeOperator': type check unimplemented for
dynamic. |
| 887 null_test/03 : Crash # Instance of 'TypeOperator': type check unimplemented for
dynamic. | 845 null_test/03 : Crash # Instance of 'TypeOperator': type check unimplemented for
dynamic. |
| 888 null_test/none : Crash # Instance of 'TypeOperator': type check unimplemented fo
r dynamic. | 846 null_test/none : Crash # Instance of 'TypeOperator': type check unimplemented fo
r dynamic. |
| 889 number_identifier_test/05 : Crash # Instance of 'TypeOperator': type casts not i
mplemented. | 847 number_identifier_test/05 : Crash # Instance of 'TypeOperator': type casts not i
mplemented. |
| 890 number_identifier_test/08 : Crash # Instance of 'TypeOperator': type casts not i
mplemented. | 848 number_identifier_test/08 : Crash # Instance of 'TypeOperator': type casts not i
mplemented. |
| 891 number_identifier_test/09 : Crash # Instance of 'TypeOperator': type casts not i
mplemented. | 849 number_identifier_test/09 : Crash # Instance of 'TypeOperator': type casts not i
mplemented. |
| 892 number_identifier_test/none : Crash # Instance of 'TypeOperator': type casts not
implemented. | 850 number_identifier_test/none : Crash # Instance of 'TypeOperator': type casts not
implemented. |
| 893 on_catch_malformed_type_test : Crash # Instance of 'TypeOperator': type check un
implemented for _Nullary. | 851 on_catch_malformed_type_test : Crash # Instance of 'TypeOperator': type check un
implemented for _Nullary. |
| 894 operator4_test : RuntimeError | 852 operator4_test : RuntimeError |
| 895 operator_equals_test : Crash # Instance of 'TypeOperator': type check unimplemen
ted for _Nullary. | 853 operator_equals_test : Crash # Instance of 'TypeOperator': type check unimplemen
ted for _Nullary. |
| 896 optimize_redundant_array_load_test : Crash # bailout: unsupported element kind:
A:field | |
| 897 optimized_constant_array_string_access_test : Crash # Instance of 'TypeOperator'
: type check unimplemented for _Nullary. | 854 optimized_constant_array_string_access_test : Crash # Instance of 'TypeOperator'
: type check unimplemented for _Nullary. |
| 898 optimized_string_charat_test : Crash # Instance of 'TypeOperator': type check un
implemented for _Nullary. | 855 optimized_string_charat_test : Crash # Instance of 'TypeOperator': type check un
implemented for _Nullary. |
| 899 optimized_string_charcodeat_test : Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. | 856 optimized_string_charcodeat_test : Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. |
| 900 overridden_no_such_method_test : RuntimeError | 857 overridden_no_such_method_test : RuntimeError |
| 901 phi_merge_test : Crash # bailout: (switch (value){case 42:break;case 43:break;})
: Unhandled node | 858 phi_merge_test : Crash # bailout: (switch (value){case 42:break;case 43:break;})
: Unhandled node |
| 902 prefix16_test : Crash # Instance of 'TypeOperator': type check unimplemented for
myFunc. | 859 prefix16_test : Crash # Instance of 'TypeOperator': type check unimplemented for
myFunc. |
| 903 private4_test : Crash # Instance of 'TypeOperator': type check unimplemented for
_Nullary. | 860 private4_test : Crash # Instance of 'TypeOperator': type check unimplemented for
_Nullary. |
| 904 private_access_test/01 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 861 private_access_test/01 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
| 905 private_access_test/02 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 862 private_access_test/02 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
| 906 private_access_test/03 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 863 private_access_test/03 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
| 907 private_access_test/04 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 864 private_access_test/04 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
| 908 private_access_test/05 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 865 private_access_test/05 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
| 909 private_access_test/06 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 866 private_access_test/06 : Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
| 910 private_mixin2_test : Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. | 867 private_mixin2_test : Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. |
| 911 range_analysis2_test : Crash # Instance of 'TypeOperator': type check unimplemen
ted for _Nullary. | 868 range_analysis2_test : Crash # Instance of 'TypeOperator': type check unimplemen
ted for _Nullary. |
| 912 redirecting_factory_default_values_test/none : RuntimeError | 869 redirecting_factory_default_values_test/none : RuntimeError |
| 913 redirecting_factory_incompatible_signature_test : Crash # Instance of 'TypeOpera
tor': type check unimplemented for _Nullary. | 870 redirecting_factory_incompatible_signature_test : Crash # Instance of 'TypeOpera
tor': type check unimplemented for _Nullary. |
| 914 redirecting_factory_long_test : Crash # Instance of 'TypeOperator': type check u
nimplemented for X<int>. | 871 redirecting_factory_long_test : Crash # Instance of 'TypeOperator': type check u
nimplemented for X<int>. |
| 915 ref_before_declaration_test/00 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node | 872 ref_before_declaration_test/00 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node |
| 916 ref_before_declaration_test/01 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node | 873 ref_before_declaration_test/01 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node |
| 917 ref_before_declaration_test/02 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node | 874 ref_before_declaration_test/02 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node |
| 918 ref_before_declaration_test/03 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node | 875 ref_before_declaration_test/03 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node |
| 919 ref_before_declaration_test/04 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node | 876 ref_before_declaration_test/04 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node |
| 920 ref_before_declaration_test/05 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node | 877 ref_before_declaration_test/05 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node |
| 921 ref_before_declaration_test/06 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node | 878 ref_before_declaration_test/06 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node |
| 922 ref_before_declaration_test/07 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node | 879 ref_before_declaration_test/07 : Crash # bailout: (switch (x){case 0:var x='Does
fuzzy logic tickle?';}): Unhandled node |
| 923 ref_before_declaration_test/none : Crash # bailout: (switch (x){case 0:var x='Do
es fuzzy logic tickle?';}): Unhandled node | 880 ref_before_declaration_test/none : Crash # bailout: (switch (x){case 0:var x='Do
es fuzzy logic tickle?';}): Unhandled node |
| 924 refine_receiver_null_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. | 881 refine_receiver_null_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for _Nullary. |
| 925 reg_exp_test : Crash # Instance of 'TypeOperator': type check unimplemented for
_Nullary. | 882 reg_exp_test : Crash # Instance of 'TypeOperator': type check unimplemented for
_Nullary. |
| 926 regress_11010_test : Crash # bailout: unsupported element kind: caller:field | |
| 927 regress_12561_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for _Nullary. | 883 regress_12561_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for _Nullary. |
| 928 regress_14105_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for A<int>. | 884 regress_14105_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for A<int>. |
| 929 regress_18435_test : Crash # Assertion failure: Unknown variable: variable(main#
MISSING_VALUE). | 885 regress_18435_test : Crash # Assertion failure: Unknown variable: variable(main#
MISSING_VALUE). |
| 930 regress_18535_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for V. | 886 regress_18535_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for V. |
| 931 regress_21016_test : Crash # bailout: unsupported element kind: list:field | |
| 932 regress_21795_test : Crash # bailout: (try {foo(t);}finally {if(t==0){try {}catc
h (err,st){}}}): try/finally | 887 regress_21795_test : Crash # bailout: (try {foo(t);}finally {if(t==0){try {}catc
h (err,st){}}}): try/finally |
| 933 regress_22438_test : Crash # bailout: (main()async{var error="no error";try {try
{await new Future.error("error");}on MissingType catch (e){}}catch (e){error=e;
}Expect.isTrue(error is TypeError);}): cannot handle async/sync*/async* function
s | 888 regress_22438_test : Crash # bailout: (main()async{var error="no error";try {try
{await new Future.error("error");}on MissingType catch (e){}}catch (e){error=e;
}Expect.isTrue(error is TypeError);}): cannot handle async/sync*/async* function
s |
| 934 regress_22443_test : Crash # bailout: (D.loadLibrary()): handleStaticGetterInvok
e: foreign: getter(loadLibrary) | 889 regress_22443_test : Crash # bailout: (D.loadLibrary()): handleStaticGetterInvok
e: foreign: getter(loadLibrary) |
| 935 regress_22445_test : Crash # bailout: (main()async{var error="no error";try {awa
it foo();}catch (e){error=e;}Expect.equals("Error2",error);}): cannot handle asy
nc/sync*/async* functions | 890 regress_22445_test : Crash # bailout: (main()async{var error="no error";try {awa
it foo();}catch (e){error=e;}Expect.equals("Error2",error);}): cannot handle asy
nc/sync*/async* functions |
| 936 regress_22579_test : Crash # bailout: (main()async{var error="no error";try {awa
it foo();}catch (e){error=e;}Expect.equals("error",error);}): cannot handle asyn
c/sync*/async* functions | 891 regress_22579_test : Crash # bailout: (main()async{var error="no error";try {awa
it foo();}catch (e){error=e;}Expect.equals("error",error);}): cannot handle asyn
c/sync*/async* functions |
| 937 regress_22700_test : Crash # t: Failed assertion: line 2530 pos 12: 'state.thisP
arameter != null' is not true. | 892 regress_22700_test : Crash # t: Failed assertion: line 2530 pos 12: 'state.thisP
arameter != null' is not true. |
| 938 regress_22728_test : Crash # bailout: (main()async{bool fault=false;try {assert(
await false);}on AssertionError catch (error){fault=true;}Expect.equals(assertsC
hecked(),fault);}): cannot handle async/sync*/async* functions | 893 regress_22728_test : Crash # bailout: (main()async{bool fault=false;try {assert(
await false);}on AssertionError catch (error){fault=true;}Expect.equals(assertsC
hecked(),fault);}): cannot handle async/sync*/async* functions |
| 939 regress_22777_test : Crash # bailout: (test()async{try {testSync();}catch (e){Ex
pect.equals(e,"Error");}Expect.equals(a,0);try {await testAsync();}catch (e){Exp
ect.equals(e,"Error");}Expect.equals(a,0);}): cannot handle async/sync*/async* f
unctions | 894 regress_22777_test : Crash # bailout: (test()async{try {testSync();}catch (e){Ex
pect.equals(e,"Error");}Expect.equals(a,0);try {await testAsync();}catch (e){Exp
ect.equals(e,"Error");}Expect.equals(a,0);}): cannot handle async/sync*/async* f
unctions |
| 940 regress_22822_test : Crash # bailout: (try {for(int i=0;i<10;i++ ){return ()=>i+
b;}}finally {b=10;}): try/finally | 895 regress_22822_test : Crash # bailout: (try {for(int i=0;i<10;i++ ){return ()=>i+
b;}}finally {b=10;}): try/finally |
| 941 regress_22936_test/01 : Crash # t: Failed assertion: line 534 pos 14: 'catchClau
se.exception != null' is not true. | 896 regress_22936_test/01 : Crash # t: Failed assertion: line 534 pos 14: 'catchClau
se.exception != null' is not true. |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1015 temp_mangling_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for List. | 970 temp_mangling_test : Crash # Instance of 'TypeOperator': type check unimplemente
d for List. |
| 1016 throw1_test : Crash # bailout: (try {int j;j=func();if(j>0){throw new MyExceptio
n2("Test for exception being thrown");}}on MyException3 catch (exception){i=100;
print(exception.getMessage());}on TestException catch (exception){i=50;print(exc
eption.getMessage());}on MyException2 catch (exception){i=150;print(exception.ge
tMessage());}on MyException catch (exception){i=200;print(exception.getMessage()
);}finally {i=i+800;}): try/finally | 971 throw1_test : Crash # bailout: (try {int j;j=func();if(j>0){throw new MyExceptio
n2("Test for exception being thrown");}}on MyException3 catch (exception){i=100;
print(exception.getMessage());}on TestException catch (exception){i=50;print(exc
eption.getMessage());}on MyException2 catch (exception){i=150;print(exception.ge
tMessage());}on MyException catch (exception){i=200;print(exception.getMessage()
);}finally {i=i+800;}): try/finally |
| 1017 throw2_test : Crash # bailout: (try {int j;j=func();}on MyException3 catch (exce
ption){i=100;print(exception.getMessage());}on MyException2 catch (exception){tr
y {i=func2();i=200;}on TestException catch (exception){i=50;}print(exception.get
Message());}on MyException catch (exception){i=func2();print(exception.getMessag
e());}finally {i=i+800;}): try/finally | 972 throw2_test : Crash # bailout: (try {int j;j=func();}on MyException3 catch (exce
ption){i=100;print(exception.getMessage());}on MyException2 catch (exception){tr
y {i=func2();i=200;}on TestException catch (exception){i=50;}print(exception.get
Message());}on MyException catch (exception){i=func2();print(exception.getMessag
e());}finally {i=i+800;}): try/finally |
| 1018 throw3_test : Crash # bailout: (try {int j;i=100;i=func();i=200;}on MyException
catch (exception){i=50;print(exception.message_);}finally {i=i+800;}): try/final
ly | 973 throw3_test : Crash # bailout: (try {int j;i=100;i=func();i=200;}on MyException
catch (exception){i=50;print(exception.message_);}finally {i=i+800;}): try/final
ly |
| 1019 throw4_test : Crash # bailout: (try {j=func();}on MyException3 catch (exception)
{i=i+300;print(exception.message_);}on MyException2 catch (exception){i=i+200;pr
int(exception.message_);}on MyException1 catch (exception){i=i+100;print(excepti
on.message_);}finally {i=i+1000;}): try/finally | 974 throw4_test : Crash # bailout: (try {j=func();}on MyException3 catch (exception)
{i=i+300;print(exception.message_);}on MyException2 catch (exception){i=i+200;pr
int(exception.message_);}on MyException1 catch (exception){i=i+100;print(excepti
on.message_);}finally {i=i+1000;}): try/finally |
| 1020 throw5_test : Crash # bailout: (try {int j;j=func();}on MyException3 catch (exce
ption){i=300;print(exception.message_);}on MyException2 catch (exception){i=200;
print(exception.message_);}on MyException1 catch (exception){i=100;print(excepti
on.message_);}finally {i=i+800;}): try/finally | 975 throw5_test : Crash # bailout: (try {int j;j=func();}on MyException3 catch (exce
ption){i=300;print(exception.message_);}on MyException2 catch (exception){i=200;
print(exception.message_);}on MyException1 catch (exception){i=100;print(excepti
on.message_);}finally {i=i+800;}): try/finally |
| 1021 throw6_test : Crash # bailout: (try {j=func();}catch (exception){i=i+100;print(e
xception.message_);}finally {i=i+1000;}): try/finally | 976 throw6_test : Crash # bailout: (try {j=func();}catch (exception){i=i+100;print(e
xception.message_);}finally {i=i+1000;}): try/finally |
| 1022 throw8_test : Crash # bailout: (try {try {return 499;}catch (e,st){rethrow;}}fin
ally {finallyExecutionCount++ ;throw "quit finally with throw";}): try/finally | 977 throw8_test : Crash # bailout: (try {try {return 499;}catch (e,st){rethrow;}}fin
ally {finallyExecutionCount++ ;throw "quit finally with throw";}): try/finally |
| 1023 throw_expr_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 978 throw_expr_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
| 1024 throw_test : Crash # bailout: (try {int j;j=func();if(j>0){throw new MyException
("Test for exception being thrown");}}on MyException catch (exception){i=100;pri
nt(exception.message_);}finally {i=i+800;}): try/finally | 979 throw_test : Crash # bailout: (try {int j;j=func();if(j>0){throw new MyException
("Test for exception being thrown");}}on MyException catch (exception){i=100;pri
nt(exception.message_);}finally {i=i+800;}): try/finally |
| 1025 throwing_lazy_variable_test : Crash # bailout: unsupported element kind: a:field | |
| 1026 truncdiv_test : Crash # Instance of 'TypeOperator': type check unimplemented for
_Nullary. | 980 truncdiv_test : Crash # Instance of 'TypeOperator': type check unimplemented for
_Nullary. |
| 1027 truncdiv_uint32_test : Crash # bailout: unsupported element kind: a:field | |
| 1028 try_catch3_test : Crash # bailout: (try {int j;j=f2();j=f3();try {int k=f2();f3(
);}on MyException catch (ex){int i=10;print(i);}on TestException catch (ex){int
k=10;print(k);}try {j=j+24;}catch (e){i=300;print(e.getMessage());}try {j+= 20;}
catch (e){i=400;print(e.getMessage());}try {j+= 40;}catch (e){i=600;print(e.getM
essage());}try {j+= 60;}catch (e,trace){i=700;print(trace.toString());print(e.ge
tMessage());}try {j+= 80;}on MyException catch (e){i=500;print(e.getMessage());}
}on MyParameterizedException<String,TestException> catch (e,trace){i=800;print(t
race.toString());rethrow;}on MyException catch (exception){i=100;print(exception
.getMessage());}on TestException catch (e,trace){i=200;print(trace.toString());}
finally {i=900;}): try/finally | 981 try_catch3_test : Crash # bailout: (try {int j;j=f2();j=f3();try {int k=f2();f3(
);}on MyException catch (ex){int i=10;print(i);}on TestException catch (ex){int
k=10;print(k);}try {j=j+24;}catch (e){i=300;print(e.getMessage());}try {j+= 20;}
catch (e){i=400;print(e.getMessage());}try {j+= 40;}catch (e){i=600;print(e.getM
essage());}try {j+= 60;}catch (e,trace){i=700;print(trace.toString());print(e.ge
tMessage());}try {j+= 80;}on MyException catch (e){i=500;print(e.getMessage());}
}on MyParameterizedException<String,TestException> catch (e,trace){i=800;print(t
race.toString());rethrow;}on MyException catch (exception){i=100;print(exception
.getMessage());}on TestException catch (e,trace){i=200;print(trace.toString());}
finally {i=900;}): try/finally |
| 1029 try_catch4_test : Crash # bailout: (try {doThrow();}catch (e){a=8;entered=true;c
ontinue;}finally {b=8==a;entered=true;continue;}): try/finally | 982 try_catch4_test : Crash # bailout: (try {doThrow();}catch (e){a=8;entered=true;c
ontinue;}finally {b=8==a;entered=true;continue;}): try/finally |
| 1030 try_catch5_test : Crash # bailout: (try {try {a=8;return;}finally {b=8==a;entere
d=true;continue;}}finally {continue;}): try/finally | 983 try_catch5_test : Crash # bailout: (try {try {a=8;return;}finally {b=8==a;entere
d=true;continue;}}finally {continue;}): try/finally |
| 1031 try_catch_on_syntax_test/07 : Crash # Instance of 'TypeOperator': type check uni
mplemented for UndefinedClass. | 984 try_catch_on_syntax_test/07 : Crash # Instance of 'TypeOperator': type check uni
mplemented for UndefinedClass. |
| 1032 try_catch_optimized1_test : RuntimeError | 985 try_catch_optimized1_test : RuntimeError |
| 1033 try_catch_optimized2_test : Crash # bailout: (try {bar();}finally {}): try/final
ly | 986 try_catch_optimized2_test : Crash # bailout: (try {bar();}finally {}): try/final
ly |
| 1034 try_catch_optimized3_test : RuntimeError | 987 try_catch_optimized3_test : RuntimeError |
| 1035 try_catch_optimized4_test : Crash # bailout: unsupported element kind: a:field | |
| 1036 try_catch_osr_test : Crash # bailout: (try {if(x==null)throw 42;return 99;}final
ly {}): try/finally | 988 try_catch_osr_test : Crash # bailout: (try {if(x==null)throw 42;return 99;}final
ly {}): try/finally |
| 1037 try_catch_syntax_test/08 : Crash # Instance of 'TypeOperator': type check unimpl
emented for MammaMia. | 989 try_catch_syntax_test/08 : Crash # Instance of 'TypeOperator': type check unimpl
emented for MammaMia. |
| 1038 try_catch_test/01 : Crash # t: Failed assertion: line 534 pos 14: 'catchClause.e
xception != null' is not true. | 990 try_catch_test/01 : Crash # t: Failed assertion: line 534 pos 14: 'catchClause.e
xception != null' is not true. |
| 1039 try_catch_test/none : Crash # t: Failed assertion: line 534 pos 14: 'catchClause
.exception != null' is not true. | 991 try_catch_test/none : Crash # t: Failed assertion: line 534 pos 14: 'catchClause
.exception != null' is not true. |
| 1040 type_argument_in_super_type_test : Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. | 992 type_argument_in_super_type_test : Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. |
| 1041 type_argument_substitution_test : Crash # Instance of 'TypeOperator': type check
unimplemented for X<A<String>>. | 993 type_argument_substitution_test : Crash # Instance of 'TypeOperator': type check
unimplemented for X<A<String>>. |
| 1042 type_check_test : Crash # Instance of 'TypeOperator': type casts not implemented
. | 994 type_check_test : Crash # Instance of 'TypeOperator': type casts not implemented
. |
| 1043 type_conversion_ssa_test : Crash # bailout: unsupported element kind: array:fiel
d | |
| 1044 type_error_test : Crash # Instance of 'TypeOperator': type casts not implemented
. | 995 type_error_test : Crash # Instance of 'TypeOperator': type casts not implemented
. |
| 1045 type_guard_conversion_test : Crash # Instance of 'TypeOperator': type check unim
plemented for Comparable. | 996 type_guard_conversion_test : Crash # Instance of 'TypeOperator': type check unim
plemented for Comparable. |
| 1046 type_literal_prefix_call_test/00 : Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. | 997 type_literal_prefix_call_test/00 : Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. |
| 1047 type_parameter_test/01 : Crash # Instance of 'TypeOperator': type check unimplem
ented for Set. | 998 type_parameter_test/01 : Crash # Instance of 'TypeOperator': type check unimplem
ented for Set. |
| 1048 type_parameter_test/02 : Crash # Instance of 'TypeOperator': type check unimplem
ented for Set. | 999 type_parameter_test/02 : Crash # Instance of 'TypeOperator': type check unimplem
ented for Set. |
| 1049 type_parameter_test/03 : Crash # Instance of 'TypeOperator': type check unimplem
ented for Set. | 1000 type_parameter_test/03 : Crash # Instance of 'TypeOperator': type check unimplem
ented for Set. |
| 1050 type_parameter_test/04 : Crash # Instance of 'TypeOperator': type check unimplem
ented for Set. | 1001 type_parameter_test/04 : Crash # Instance of 'TypeOperator': type check unimplem
ented for Set. |
| 1051 type_parameter_test/05 : Crash # Instance of 'TypeOperator': type check unimplem
ented for Set. | 1002 type_parameter_test/05 : Crash # Instance of 'TypeOperator': type check unimplem
ented for Set. |
| 1052 type_parameter_test/06 : Crash # Instance of 'TypeOperator': type check unimplem
ented for Set. | 1003 type_parameter_test/06 : Crash # Instance of 'TypeOperator': type check unimplem
ented for Set. |
| 1053 type_parameter_test/none : Crash # Instance of 'TypeOperator': type check unimpl
emented for Set. | 1004 type_parameter_test/none : Crash # Instance of 'TypeOperator': type check unimpl
emented for Set. |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1120 type_variable_initializer_test : Crash # Instance of 'TypeOperator': type check
unimplemented for Map<int, int>. | 1071 type_variable_initializer_test : Crash # Instance of 'TypeOperator': type check
unimplemented for Map<int, int>. |
| 1121 type_variable_nested_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for List<int>. | 1072 type_variable_nested_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for List<int>. |
| 1122 type_variable_scope2_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for Foo. | 1073 type_variable_scope2_test : Crash # Instance of 'TypeOperator': type check unimp
lemented for Foo. |
| 1123 type_variable_typedef_test : Crash # unimplemented translation of type expressio
n Foo<T> | 1074 type_variable_typedef_test : Crash # unimplemented translation of type expressio
n Foo<T> |
| 1124 typed_equality_test : Crash # Instance of 'TypeOperator': type casts not impleme
nted. | 1075 typed_equality_test : Crash # Instance of 'TypeOperator': type casts not impleme
nted. |
| 1125 typedef_is_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or Func1. | 1076 typedef_is_test : Crash # Instance of 'TypeOperator': type check unimplemented f
or Func1. |
| 1126 typevariable_substitution2_test/01 : Crash # Internal Error: No default construc
tor available. | 1077 typevariable_substitution2_test/01 : Crash # Internal Error: No default construc
tor available. |
| 1127 typevariable_substitution2_test/02 : Crash # Internal Error: No default construc
tor available. | 1078 typevariable_substitution2_test/02 : Crash # Internal Error: No default construc
tor available. |
| 1128 typevariable_substitution2_test/none : Crash # Internal Error: No default constr
uctor available. | 1079 typevariable_substitution2_test/none : Crash # Internal Error: No default constr
uctor available. |
| 1129 unresolved_default_constructor_test/01 : Crash # Instance of 'TypeOperator': typ
e check unimplemented for _Nullary. | 1080 unresolved_default_constructor_test/01 : Crash # Instance of 'TypeOperator': typ
e check unimplemented for _Nullary. |
| 1130 unresolved_top_level_method_negative_test : Crash # bailout: unsupported element
kind: a:field | |
| 1131 unresolved_top_level_var_negative_test : Crash # bailout: unsupported element ki
nd: a:field | |
| 1132 value_range2_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 1081 value_range2_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 1133 value_range3_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 1082 value_range3_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 1134 value_range_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 1083 value_range_test : Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 1135 void_type_test : Crash # bailout: (switch (n){case 0:x=f();break;case 1:x=f_null
();break;case 2:x=f_1();break;case 3:x=f_dyn_null();break;case 4:x=f_dyn_1();bre
ak;case 5:x=f_f();break;}): Unhandled node | 1084 void_type_test : Crash # bailout: (switch (n){case 0:x=f();break;case 1:x=f_null
();break;case 2:x=f_1();break;case 3:x=f_dyn_null();break;case 4:x=f_dyn_1();bre
ak;case 5:x=f_f();break;}): Unhandled node |
| 1136 super_operator_index_test/01 : Crash # bailout: (super[4]+=5): visitUnresolvedSu
perGetterCompoundIndexSet | 1085 super_operator_index_test/01 : Crash # bailout: (super[4]+=5): visitUnresolvedSu
perGetterCompoundIndexSet |
| 1137 super_operator_index_test/03 : Crash # bailout: (super[4]=42): visitUnresolvedSu
perIndexSet | 1086 super_operator_index_test/03 : Crash # bailout: (super[4]=42): visitUnresolvedSu
perIndexSet |
| 1138 super_operator_index_test/06 : Crash # bailout: (super[4]+=5): visitUnresolvedSu
perGetterCompoundIndexSet | 1087 super_operator_index_test/06 : Crash # bailout: (super[4]+=5): visitUnresolvedSu
perGetterCompoundIndexSet |
| 1139 super_operator_index_test/05 : Crash # bailout: (super[4]=42): visitUnresolvedSu
perIndexSet | 1088 super_operator_index_test/05 : Crash # bailout: (super[4]=42): visitUnresolvedSu
perIndexSet |
| 1140 super_operator_index_test/04 : Crash # bailout: (super[4]+=5): visitUnresolvedSu
perSetterCompoundIndexSet | 1089 super_operator_index_test/04 : Crash # bailout: (super[4]+=5): visitUnresolvedSu
perSetterCompoundIndexSet |
| 1141 call_nonexistent_static_test/01 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 1090 call_nonexistent_static_test/01 : Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| OLD | NEW |