| 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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 await_for_use_local_test: Crash # (throw _buildException('asyncEnd() was called
before asyncStart().')): Unhandled node | 459 await_for_use_local_test: Crash # (throw _buildException('asyncEnd() was called
before asyncStart().')): Unhandled node |
| 460 await_future_test: Crash # (throw _buildException('asyncEnd() was called before
asyncStart().')): Unhandled node | 460 await_future_test: Crash # (throw _buildException('asyncEnd() was called before
asyncStart().')): Unhandled node |
| 461 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}):
cannot handle async/sync*/async* functions | 461 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}):
cannot handle async/sync*/async* functions |
| 462 await_not_started_immediately_test: Crash # Instance of 'TypeOperator': unimplem
ented in CodeGenerator | 462 await_not_started_immediately_test: Crash # Instance of 'TypeOperator': unimplem
ented in CodeGenerator |
| 463 await_postfix_expr_test: Crash # (throw _buildException('asyncEnd() was called b
efore asyncStart().')): Unhandled node | 463 await_postfix_expr_test: Crash # (throw _buildException('asyncEnd() was called b
efore asyncStart().')): Unhandled node |
| 464 await_regression_test: Crash # cannot handle async/sync*/async* functions | 464 await_regression_test: Crash # cannot handle async/sync*/async* functions |
| 465 await_test: Crash # cannot handle async/sync*/async* functions | 465 await_test: Crash # cannot handle async/sync*/async* functions |
| 466 bad_constructor_test/06: Crash # (new A()): Error expression `new A()` unhandled
. | 466 bad_constructor_test/06: Crash # (new A()): Error expression `new A()` unhandled
. |
| 467 bad_named_constructor_negative_test: Crash # Error expression `BadNamedConstruc
torNegativeTest.testMain()` unhandled. | 467 bad_named_constructor_negative_test: Crash # Error expression `BadNamedConstruc
torNegativeTest.testMain()` unhandled. |
| 468 bad_named_parameters2_test/01: Crash # (try {caught=false;np.foo(b:25);}on NoSuc
hMethodError catch (e){caught=true;}): "on T" catch block | 468 bad_named_parameters2_test/01: Crash # (try {caught=false;np.foo(b:25);}on NoSuc
hMethodError catch (e){caught=true;}): "on T" catch block |
| 469 bad_named_parameters2_test/none: Crash # (try {caught=false;}on NoSuchMethodErro
r catch (e){caught=true;}): "on T" catch block | |
| 470 bad_named_parameters_test/01: Crash # "on T" catch block | 469 bad_named_parameters_test/01: Crash # "on T" catch block |
| 471 bad_named_parameters_test/02: Crash # (try {caught=false;}on NoSuchMethodError c
atch (e){caught=true;}): "on T" catch block | 470 bad_named_parameters_test/02: Crash # (try {caught=false;}on NoSuchMethodError c
atch (e){caught=true;}): "on T" catch block |
| 472 bad_named_parameters_test/03: Crash # (try {caught=false;}on NoSuchMethodError c
atch (e){caught=true;}): "on T" catch block | 471 bad_named_parameters_test/03: Crash # (try {caught=false;}on NoSuchMethodError c
atch (e){caught=true;}): "on T" catch block |
| 473 bad_named_parameters_test/04: Crash # (try {caught=false;}on NoSuchMethodError c
atch (e){caught=true;}): "on T" catch block | 472 bad_named_parameters_test/04: Crash # (try {caught=false;}on NoSuchMethodError c
atch (e){caught=true;}): "on T" catch block |
| 474 bad_named_parameters_test/05: Crash # (try {caught=false;}on NoSuchMethodError c
atch (e){caught=true;}): "on T" catch block | 473 bad_named_parameters_test/05: Crash # (try {caught=false;}on NoSuchMethodError c
atch (e){caught=true;}): "on T" catch block |
| 475 bad_named_parameters_test/none: Crash # (try {caught=false;}on NoSuchMethodError
catch (e){caught=true;}): "on T" catch block | |
| 476 bailout2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r | 474 bailout2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r |
| 477 bailout3_test: Crash # (throw 0): Unhandled node | 475 bailout3_test: Crash # (throw 0): Unhandled node |
| 478 bailout4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r | 476 bailout4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r |
| 479 bailout5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r | 477 bailout5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r |
| 480 bailout6_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r | 478 bailout6_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r |
| 481 bailout7_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r | 479 bailout7_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r |
| 482 bailout_container_type_test: Crash # (throw 'Test failed'): Unhandled node | 480 bailout_container_type_test: Crash # (throw 'Test failed'): Unhandled node |
| 483 bailout_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator | 481 bailout_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator |
| 484 bind_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator | 482 bind_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator |
| 485 bit_operations_test/01: Crash # (throw new ExpectException(message)): Unhandled
node | 483 bit_operations_test/01: Crash # (throw new ExpectException(message)): Unhandled
node |
| (...skipping 14 matching lines...) Expand all Loading... |
| 500 call_closurization_test: Crash # Instance of 'TypeOperator': unimplemented in Co
deGenerator | 498 call_closurization_test: Crash # Instance of 'TypeOperator': unimplemented in Co
deGenerator |
| 501 call_constructor_on_unresolvable_class_test/01: Crash # (new A()): Error express
ion `new A()` unhandled. | 499 call_constructor_on_unresolvable_class_test/01: Crash # (new A()): Error express
ion `new A()` unhandled. |
| 502 call_constructor_on_unresolvable_class_test/02: Crash # (new A.foo()): Error exp
ression `new A.foo()` unhandled. | 500 call_constructor_on_unresolvable_class_test/02: Crash # (new A.foo()): Error exp
ression `new A.foo()` unhandled. |
| 503 call_constructor_on_unresolvable_class_test/03: Crash # (new lib.A()): Error exp
ression `new lib.A()` unhandled. | 501 call_constructor_on_unresolvable_class_test/03: Crash # (new lib.A()): Error exp
ression `new lib.A()` unhandled. |
| 504 call_constructor_on_unresolvable_class_test/04: Crash # (new A()): Error express
ion `new A()` unhandled. | 502 call_constructor_on_unresolvable_class_test/04: Crash # (new A()): Error express
ion `new A()` unhandled. |
| 505 call_constructor_on_unresolvable_class_test/05: Crash # (new A.foo()): Error exp
ression `new A.foo()` unhandled. | 503 call_constructor_on_unresolvable_class_test/05: Crash # (new A.foo()): Error exp
ression `new A.foo()` unhandled. |
| 506 call_constructor_on_unresolvable_class_test/06: Crash # (new lib.A()): Error exp
ression `new lib.A()` unhandled. | 504 call_constructor_on_unresolvable_class_test/06: Crash # (new lib.A()): Error exp
ression `new lib.A()` unhandled. |
| 507 call_constructor_on_unresolvable_class_test/07: Crash # (new A()): Error express
ion `new A()` unhandled. | 505 call_constructor_on_unresolvable_class_test/07: Crash # (new A()): Error express
ion `new A()` unhandled. |
| 508 call_nonexistent_constructor_test/01: Crash # "on T" catch block | 506 call_nonexistent_constructor_test/01: Crash # "on T" catch block |
| 509 call_nonexistent_constructor_test/02: Crash # (try {}on NoSuchMethodError catch
(e){i=-1;}on String catch (e){i=1;}): "on T" catch block | 507 call_nonexistent_constructor_test/02: Crash # (try {}on NoSuchMethodError catch
(e){i=-1;}on String catch (e){i=1;}): "on T" catch block |
| 510 call_nonexistent_constructor_test/none: Crash # (try {}on NoSuchMethodError catc
h (e){i=-1;}on String catch (e){i=1;}): "on T" catch block | |
| 511 call_nonexistent_static_test/01: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 508 call_nonexistent_static_test/01: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 512 call_nonexistent_static_test/02: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 509 call_nonexistent_static_test/02: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 513 call_nonexistent_static_test/03: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 510 call_nonexistent_static_test/03: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 514 call_nonexistent_static_test/04: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 511 call_nonexistent_static_test/04: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 515 call_nonexistent_static_test/05: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 512 call_nonexistent_static_test/05: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 516 call_nonexistent_static_test/06: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 513 call_nonexistent_static_test/06: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 517 call_nonexistent_static_test/07: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 514 call_nonexistent_static_test/07: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 518 call_nonexistent_static_test/08: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 515 call_nonexistent_static_test/08: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 519 call_nonexistent_static_test/09: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 516 call_nonexistent_static_test/09: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 520 call_nonexistent_static_test/10: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 517 call_nonexistent_static_test/10: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| (...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 957 factory_type_parameter2_test: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator | 954 factory_type_parameter2_test: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator |
| 958 factory_type_parameter_test: Crash # Instance of 'TypeOperator': unimplemented i
n CodeGenerator | 955 factory_type_parameter_test: Crash # Instance of 'TypeOperator': unimplemented i
n CodeGenerator |
| 959 fannkuch_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r | 956 fannkuch_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r |
| 960 fast_method_extraction_test: Crash # Instance of 'TypeOperator': unimplemented i
n CodeGenerator | 957 fast_method_extraction_test: Crash # Instance of 'TypeOperator': unimplemented i
n CodeGenerator |
| 961 fauxverride_test/none: Crash # Instance of 'TypeOperator': unimplemented in Code
Generator | 958 fauxverride_test/none: Crash # Instance of 'TypeOperator': unimplemented in Code
Generator |
| 962 f_bounded_equality_test: Crash # Instance of 'TypeOperator': unimplemented in Co
deGenerator | 959 f_bounded_equality_test: Crash # Instance of 'TypeOperator': unimplemented in Co
deGenerator |
| 963 f_bounded_quantification4_test: Crash # Instance of 'TypeOperator': unimplemente
d in CodeGenerator | 960 f_bounded_quantification4_test: Crash # Instance of 'TypeOperator': unimplemente
d in CodeGenerator |
| 964 f_bounded_quantification5_test: Crash # "on T" catch block | 961 f_bounded_quantification5_test: Crash # "on T" catch block |
| 965 f_bounded_quantification_test/01: Crash # "on T" catch block | 962 f_bounded_quantification_test/01: Crash # "on T" catch block |
| 966 f_bounded_quantification_test/02: Crash # (try {}on TypeError catch (error){got_
type_error=true;}): "on T" catch block | 963 f_bounded_quantification_test/02: Crash # (try {}on TypeError catch (error){got_
type_error=true;}): "on T" catch block |
| 967 f_bounded_quantification_test/none: Crash # (try {}on TypeError catch (error){go
t_type_error=true;}): "on T" catch block | |
| 968 fibo_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator | 964 fibo_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator |
| 969 field3a_negative_test: Crash # Instance of 'TypeOperator': unimplemented in Code
Generator | 965 field3a_negative_test: Crash # Instance of 'TypeOperator': unimplemented in Code
Generator |
| 970 field3_negative_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG
enerator | 966 field3_negative_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG
enerator |
| 971 field_increment_bailout_test: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator | 967 field_increment_bailout_test: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator |
| 972 field_inference_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG
enerator | 968 field_inference_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG
enerator |
| 973 field_initialization_order_test: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 969 field_initialization_order_test: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 974 field_optimization2_test: Crash # Instance of 'TypeOperator': unimplemented in C
odeGenerator | 970 field_optimization2_test: Crash # Instance of 'TypeOperator': unimplemented in C
odeGenerator |
| 975 field_optimization3_test: Crash # (throw new ExpectException(message)): Unhandle
d node | 971 field_optimization3_test: Crash # (throw new ExpectException(message)): Unhandle
d node |
| 976 field_optimization_test: Crash # Instance of 'TypeOperator': unimplemented in Co
deGenerator | 972 field_optimization_test: Crash # Instance of 'TypeOperator': unimplemented in Co
deGenerator |
| 977 field_override2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG
enerator | 973 field_override2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG
enerator |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1361 issue10721_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor | 1357 issue10721_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor |
| 1362 issue10747_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor | 1358 issue10747_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor |
| 1363 issue10783_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor | 1359 issue10783_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor |
| 1364 issue11724_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor | 1360 issue11724_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor |
| 1365 issue11793_test: Crash # unsupported element kind: otherArray:field | 1361 issue11793_test: Crash # unsupported element kind: otherArray:field |
| 1366 issue12023_test: Crash # Unhandled node | 1362 issue12023_test: Crash # Unhandled node |
| 1367 issue12284_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor | 1363 issue12284_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor |
| 1368 issue12336_test: Crash # (throw new ExpectException(message)): Unhandled node | 1364 issue12336_test: Crash # (throw new ExpectException(message)): Unhandled node |
| 1369 issue13179_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor | 1365 issue13179_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor |
| 1370 issue13474_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor | 1366 issue13474_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor |
| 1371 issue1363_test: Crash # (try {contents=libCup.getContents();}on TypeError catch
(e){hasThrown=true;}): "on T" catch block | |
| 1372 issue13673_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor | 1367 issue13673_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor |
| 1373 issue14014_3_test: Crash # (throw 'Test failed'): Unhandled node | 1368 issue14014_3_test: Crash # (throw 'Test failed'): Unhandled node |
| 1374 issue15606_test/01: Crash # (Unresolved): Error expression `Unresolved` unhandle
d. | 1369 issue15606_test/01: Crash # (Unresolved): Error expression `Unresolved` unhandle
d. |
| 1375 issue_1751477_test: Crash # handleStaticGetterInvoke: foreign: function(loadLibr
ary) | 1370 issue_1751477_test: Crash # handleStaticGetterInvoke: foreign: function(loadLibr
ary) |
| 1376 issue20476_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor | 1371 issue20476_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor |
| 1377 issue21159_test: Crash # (try {foo();}on StackOverflowError catch (e){exceptionC
aught=true;}): "on T" catch block | 1372 issue21159_test: Crash # (try {foo();}on StackOverflowError catch (e){exceptionC
aught=true;}): "on T" catch block |
| 1378 issue4515170_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator | 1373 issue4515170_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator |
| 1379 issue7513_test: Crash # (throw new ExpectException(message)): Unhandled node | 1374 issue7513_test: Crash # (throw new ExpectException(message)): Unhandled node |
| 1380 issue7525_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerat
or | 1375 issue7525_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerat
or |
| 1381 issue9687_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerat
or | 1376 issue9687_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerat
or |
| (...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1918 string_interpolation7_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator | 1913 string_interpolation7_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator |
| 1919 string_interpolation8_test: Crash # (throw new ExpectException(message)): Unhand
led node | 1914 string_interpolation8_test: Crash # (throw new ExpectException(message)): Unhand
led node |
| 1920 string_interpolation_test/01: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator | 1915 string_interpolation_test/01: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator |
| 1921 string_interpolation_test/none: Crash # Instance of 'TypeOperator': unimplemente
d in CodeGenerator | 1916 string_interpolation_test/none: Crash # Instance of 'TypeOperator': unimplemente
d in CodeGenerator |
| 1922 string_intrinsics_test: Crash # (throw new ExpectException(message)): Unhandled
node | 1917 string_intrinsics_test: Crash # (throw new ExpectException(message)): Unhandled
node |
| 1923 string_join_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator | 1918 string_join_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator |
| 1924 string_optimizations_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator | 1919 string_optimizations_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator |
| 1925 string_supertype_checked_test: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator | 1920 string_supertype_checked_test: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator |
| 1926 string_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator | 1921 string_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator |
| 1927 substring_test/01: Crash # "on T" catch block | 1922 substring_test/01: Crash # "on T" catch block |
| 1928 substring_test/none: Crash # (try {}on TypeError catch (e){}on ArgumentError cat
ch (e){}): "on T" catch block | |
| 1929 super_abstract_method_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator | 1923 super_abstract_method_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator |
| 1930 super_all_named_constructor_test: Crash # Instance of 'TypeOperator': unimplemen
ted in CodeGenerator | 1924 super_all_named_constructor_test: Crash # Instance of 'TypeOperator': unimplemen
ted in CodeGenerator |
| 1931 super_assign_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator | 1925 super_assign_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator |
| 1932 super_bound_closure_test/01: Crash # Instance of 'TypeOperator': unimplemented i
n CodeGenerator | 1926 super_bound_closure_test/01: Crash # Instance of 'TypeOperator': unimplemented i
n CodeGenerator |
| 1933 super_bound_closure_test/none: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator | 1927 super_bound_closure_test/none: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator |
| 1934 super_call3_test/01: Crash # Instance of 'TypeOperator': unimplemented in CodeGe
nerator | 1928 super_call3_test/01: Crash # Instance of 'TypeOperator': unimplemented in CodeGe
nerator |
| 1935 super_call3_test/02: Crash # Instance of 'TypeOperator': unimplemented in CodeGe
nerator | 1929 super_call3_test/02: Crash # Instance of 'TypeOperator': unimplemented in CodeGe
nerator |
| 1936 super_call3_test/none: Crash # Instance of 'TypeOperator': unimplemented in Code
Generator | 1930 super_call3_test/none: Crash # Instance of 'TypeOperator': unimplemented in Code
Generator |
| 1937 super_call4_test: Crash # (throw new ExpectException(message)): Unhandled node | 1931 super_call4_test: Crash # (throw new ExpectException(message)): Unhandled node |
| 1938 super_call_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor | 1932 super_call_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2131 type_propagation_test: Crash # Instance of 'TypeOperator': unimplemented in Code
Generator | 2125 type_propagation_test: Crash # Instance of 'TypeOperator': unimplemented in Code
Generator |
| 2132 type_variable_bounds2_test/00: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator | 2126 type_variable_bounds2_test/00: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator |
| 2133 type_variable_bounds2_test/01: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator | 2127 type_variable_bounds2_test/01: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator |
| 2134 type_variable_bounds2_test/02: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator | 2128 type_variable_bounds2_test/02: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator |
| 2135 type_variable_bounds2_test/03: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator | 2129 type_variable_bounds2_test/03: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator |
| 2136 type_variable_bounds2_test/04: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator | 2130 type_variable_bounds2_test/04: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator |
| 2137 type_variable_bounds2_test/05: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator | 2131 type_variable_bounds2_test/05: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator |
| 2138 type_variable_bounds2_test/06: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator | 2132 type_variable_bounds2_test/06: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator |
| 2139 type_variable_bounds2_test/none: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 2133 type_variable_bounds2_test/none: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 2140 type_variable_bounds3_test/00: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator | 2134 type_variable_bounds3_test/00: Crash # Instance of 'TypeOperator': unimplemented
in CodeGenerator |
| 2141 type_variable_bounds4_test/01: Crash # "on T" catch block | |
| 2142 type_variable_bounds4_test/none: Crash # "on T" catch block | |
| 2143 type_variable_closure2_test: Crash # Instance of 'TypeOperator': unimplemented i
n CodeGenerator | 2135 type_variable_closure2_test: Crash # Instance of 'TypeOperator': unimplemented i
n CodeGenerator |
| 2144 type_variable_closure_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator | 2136 type_variable_closure_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator |
| 2145 type_variable_conflict2_test/01: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 2137 type_variable_conflict2_test/01: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 2146 type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 2138 type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 2147 type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 2139 type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 2148 type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 2140 type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 2149 type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 2141 type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 2150 type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 2142 type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 2151 type_variable_field_initializer_closure_test: Crash # Instance of 'TypeOperator'
: unimplemented in CodeGenerator | 2143 type_variable_field_initializer_closure_test: Crash # Instance of 'TypeOperator'
: unimplemented in CodeGenerator |
| 2152 type_variable_field_initializer_test: Crash # Instance of 'TypeOperator': unimpl
emented in CodeGenerator | 2144 type_variable_field_initializer_test: Crash # Instance of 'TypeOperator': unimpl
emented in CodeGenerator |
| 2153 type_variable_function_type_test: Crash # (throw new ExpectException(message)):
Unhandled node | 2145 type_variable_function_type_test: Crash # (throw new ExpectException(message)):
Unhandled node |
| 2154 type_variable_identifier_expression_test: Crash # (try {var buf=new B<A>().doFun
c();print(buf);}on NoSuchMethodError catch (e){}): "on T" catch block | |
| 2155 type_variable_initializer_test: Crash # Instance of 'TypeOperator': unimplemente
d in CodeGenerator | 2146 type_variable_initializer_test: Crash # Instance of 'TypeOperator': unimplemente
d in CodeGenerator |
| 2156 type_variable_nested_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator | 2147 type_variable_nested_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator |
| 2157 type_variable_scope2_test: Crash # "on T" catch block | 2148 type_variable_scope2_test: Crash # "on T" catch block |
| 2158 typevariable_substitution2_test/01: Crash # Please triage this failure. | 2149 typevariable_substitution2_test/01: Crash # Please triage this failure. |
| 2159 typevariable_substitution2_test/02: Crash # "on T" catch block | 2150 typevariable_substitution2_test/02: Crash # "on T" catch block |
| 2160 typevariable_substitution2_test/none: Crash # Please triage this failure. | 2151 typevariable_substitution2_test/none: Crash # Please triage this failure. |
| 2161 type_variable_typedef_test: Crash # (throw new ExpectException(message)): Unhand
led node | 2152 type_variable_typedef_test: Crash # (throw new ExpectException(message)): Unhand
led node |
| 2162 unary2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator | 2153 unary2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator |
| 2163 unary_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator | 2154 unary_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator |
| 2164 unicode_bom_middle_test: Crash # Instance of 'TypeOperator': unimplemented in Co
deGenerator | 2155 unicode_bom_middle_test: Crash # Instance of 'TypeOperator': unimplemented in Co
deGenerator |
| 2165 unicode_hash_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator | 2156 unicode_hash_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator |
| 2166 unnamed_closure_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG
enerator | 2157 unnamed_closure_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG
enerator |
| 2167 unqual_name_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator | 2158 unqual_name_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator |
| 2168 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': unim
plemented in CodeGenerator | 2159 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': unim
plemented in CodeGenerator |
| 2169 unresolved_in_factory_negative_test: Crash # (foo()): Error expression `foo()` u
nhandled. | 2160 unresolved_in_factory_negative_test: Crash # (foo()): Error expression `foo()` u
nhandled. |
| 2170 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f
ield | 2161 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f
ield |
| 2171 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel
d | 2162 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel
d |
| 2172 value_range2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator | 2163 value_range2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator |
| 2173 value_range3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator | 2164 value_range3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator |
| 2174 value_range_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator | 2165 value_range_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator |
| 2175 variable_declaration_metadata_test/06: Crash # (new C()): Error expression `new
C()` unhandled. | 2166 variable_declaration_metadata_test/06: Crash # (new C()): Error expression `new
C()` unhandled. |
| 2176 variable_declaration_metadata_test/08: Crash # (new C()): Error expression `new
C()` unhandled. | 2167 variable_declaration_metadata_test/08: Crash # (new C()): Error expression `new
C()` unhandled. |
| 2177 var_init_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r | 2168 var_init_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r |
| 2178 void_type_test: Crash # (try {var x=func();}on TypeError catch (error){got_type_
error=true;}): "on T" catch block | 2169 void_type_test: Crash # (try {var x=func();}on TypeError catch (error){got_type_
error=true;}): "on T" catch block |
| 2179 while_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator | 2170 while_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator |
| OLD | NEW |