| 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 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a
sync* functions | 763 regress_22728_test: Crash # (main()async{bool fa... cannot handle async/sync*/a
sync* functions |
| 764 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a
sync* functions | 764 regress_22777_test: Crash # (test()async{try {te... cannot handle async/sync*/a
sync* functions |
| 765 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall
y {b=10;}): try/finally | 765 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall
y {b=10;}): try/finally |
| 766 regress_22936_test/01: Crash # The null object does not have a getter '_element'
. | 766 regress_22936_test/01: Crash # The null object does not have a getter '_element'
. |
| 767 regress_22936_test/none: Crash # The null object does not have a getter '_elemen
t'. | 767 regress_22936_test/none: Crash # The null object does not have a getter '_elemen
t'. |
| 768 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a
sync* functions | 768 regress_23498_test: Crash # (main()async{var err... cannot handle async/sync*/a
sync* functions |
| 769 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync
*/async* functions | 769 regress_23500_test/01: Crash # (main()async{var err... cannot handle async/sync
*/async* functions |
| 770 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync
*/async* functions | 770 regress_23500_test/02: Crash # (main()async{var err... cannot handle async/sync
*/async* functions |
| 771 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy
nc*/async* functions | 771 regress_23500_test/none: Crash # (main()async{var err... cannot handle async/sy
nc*/async* functions |
| 772 regress_23537_test: Crash # (try {var b;try {for... try/finally | 772 regress_23537_test: Crash # (try {var b;try {for... try/finally |
| 773 regress_23650_test: Crash # (try {return new C<T>.foo();}finally {}): try/finall
y |
| 773 return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 774 return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
| 774 side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. | 775 side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimpleme
nted for _Nullary. |
| 775 stack_trace_test: Crash # (try {int j;i=func2(... try/finally | 776 stack_trace_test: Crash # (try {int j;i=func2(... try/finally |
| 776 statement_test: Crash # (try {throw "foo";}c... try/finally | 777 statement_test: Crash # (try {throw "foo";}c... try/finally |
| 777 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}):
try/finally | 778 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}):
try/finally |
| 778 static_setter_get_test/01: Crash # Instance of 'TypeOperator': type check unimpl
emented for _Nullary. | 779 static_setter_get_test/01: Crash # Instance of 'TypeOperator': type check unimpl
emented for _Nullary. |
| 779 string_charcode_test: Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. | 780 string_charcode_test: Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. |
| 780 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl
emented for _Nullary. | 781 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl
emented for _Nullary. |
| 781 super_all_named_constructor_test: Crash # Invalid argument(s) | 782 super_all_named_constructor_test: Crash # Invalid argument(s) |
| 782 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef
ined | 783 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef
ined |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 type_variable_typedef_test: Crash # type expression Foo<T> (typedef) | 871 type_variable_typedef_test: Crash # type expression Foo<T> (typedef) |
| 871 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo
r Func1. | 872 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo
r Func1. |
| 872 typevariable_substitution2_test/01: Crash # Internal Error: No default construct
or available. | 873 typevariable_substitution2_test/01: Crash # Internal Error: No default construct
or available. |
| 873 typevariable_substitution2_test/02: Crash # Internal Error: No default construct
or available. | 874 typevariable_substitution2_test/02: Crash # Internal Error: No default construct
or available. |
| 874 typevariable_substitution2_test/none: Crash # Internal Error: No default constru
ctor available. | 875 typevariable_substitution2_test/none: Crash # Internal Error: No default constru
ctor available. |
| 875 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. | 876 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. |
| 876 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 877 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 877 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 878 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 878 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 879 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
| 879 void_type_test: Crash # (switch (n){case 0:x... Unhandled node | 880 void_type_test: Crash # (switch (n){case 0:x... Unhandled node |
| OLD | NEW |