| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 [ $component == leg && $system == macos ] | 5 [ $component == leg && $system == macos ] |
| 6 LibTest/core/Math/acos_A01_t01: Fail, OK | 6 LibTest/core/Math/acos_A01_t01: Fail, OK |
| 7 LibTest/core/Math/asin_A01_t01: Fail, OK | 7 LibTest/core/Math/asin_A01_t01: Fail, OK |
| 8 LibTest/core/Math/atan_A01_t01: Fail, OK | 8 LibTest/core/Math/atan_A01_t01: Fail, OK |
| 9 | 9 |
| 10 | 10 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 | 35 |
| 36 [ $component == leg ] | 36 [ $component == leg ] |
| 37 # Time outs on the bots. | 37 # Time outs on the bots. |
| 38 LibTest/core/List/sort_A01_t05: Skip # Times out. | 38 LibTest/core/List/sort_A01_t05: Skip # Times out. |
| 39 LibTest/core/List/sort_A01_t06: Skip # Times out. | 39 LibTest/core/List/sort_A01_t06: Skip # Times out. |
| 40 LibTest/core/List/sort_A01_t04: Skip # Times out. | 40 LibTest/core/List/sort_A01_t04: Skip # Times out. |
| 41 | 41 |
| 42 | 42 |
| 43 # Issues with co19 test suite. | 43 # Issues with co19 test suite. |
| 44 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat
ement cannot start with a map literal (specification bug). | 44 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat
ement cannot start with a map literal (specification bug). |
| 45 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec
laration takes precedence over function expression. |
| 46 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl
aration takes precedence over function expression. |
| 47 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. |
| 48 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d
eclaration takes precedence over function expression. |
| 49 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes
precedence over function expression. |
| 45 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | 50 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). |
| 46 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | 51 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). |
| 47 Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {. | 52 Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {. |
| 48 Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87. | 53 Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87. |
| 49 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88. | 54 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88. |
| 50 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88. | 55 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88. |
| 51 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. | 56 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. |
| 52 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 57 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 53 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. | 58 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. |
| 54 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. | 59 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail #
compiler cancelled: internal error: super property store not implemented | 117 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail #
compiler cancelled: internal error: super property store not implemented |
| 113 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F
ail # compiler cancelled: no method named foo in class I | 118 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F
ail # compiler cancelled: no method named foo in class I |
| 114 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso
lve type N | 119 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso
lve type N |
| 115 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso
lve type T | 120 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso
lve type T |
| 116 Language/10_Expressions/01_Constants_A10_t01: Fail # compiler cancelled: interna
l error: CompileTimeConstantEvaluator not implemented | 121 Language/10_Expressions/01_Constants_A10_t01: Fail # compiler cancelled: interna
l error: CompileTimeConstantEvaluator not implemented |
| 117 Language/10_Expressions/01_Constants_A11_t01: Fail # compiler cancelled: interna
l error: CompileTimeConstantEvaluator not implemented | 122 Language/10_Expressions/01_Constants_A11_t01: Fail # compiler cancelled: interna
l error: CompileTimeConstantEvaluator not implemented |
| 118 Language/10_Expressions/01_Constants_A12_t01: Fail # compiler cancelled: interna
l error: CompileTimeConstantEvaluator not implemented | 123 Language/10_Expressions/01_Constants_A12_t01: Fail # compiler cancelled: interna
l error: CompileTimeConstantEvaluator not implemented |
| 119 Language/10_Expressions/01_Constants_A13_t01: Fail # compiler cancelled: interna
l error: CompileTimeConstantEvaluator not implemented | 124 Language/10_Expressions/01_Constants_A13_t01: Fail # compiler cancelled: interna
l error: CompileTimeConstantEvaluator not implemented |
| 120 Language/10_Expressions/05_Strings_A02_t01: Fail # compiler cancelled: expected
' or " | 125 Language/10_Expressions/05_Strings_A02_t01: Fail # compiler cancelled: expected
' or " |
| 121 Language/10_Expressions/07_Maps_A07_t03: Fail # compiler cancelled: expected a c
onstant string | 126 Language/10_Expressions/07_Maps_A07_t03: Fail # compiler cancelled: expected a c
onstant string |
| 122 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail # compiler cancell
ed: expected an expression, but got ')' | |
| 123 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail # compiler cancelle
d: cannot resolve type Isolate | 127 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail # compiler cancelle
d: cannot resolve type Isolate |
| 124 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t01: Fail # compiler cancelled: Unimplemented non-matching static call | 128 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t01: Fail # compiler cancelled: Unimplemented non-matching static call |
| 125 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t04: Fail # compiler cancelled: Unimplemented non-matching static call | 129 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t04: Fail # compiler cancelled: Unimplemented non-matching static call |
| 126 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t05: Fail # compiler cancelled: Unimplemented non-matching static call | 130 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t05: Fail # compiler cancelled: Unimplemented non-matching static call |
| 127 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Fail #
compiler cancelled: internal error: super-send to non-function not implemented | 131 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Fail #
compiler cancelled: internal error: super-send to non-function not implemented |
| 128 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Fail #
compiler cancelled: internal error: super-send to non-function not implemented | 132 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Fail #
compiler cancelled: internal error: super-send to non-function not implemented |
| 129 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Fail #
compiler cancelled: internal error: super-send to non-function not implemented | 133 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Fail #
compiler cancelled: internal error: super-send to non-function not implemented |
| 130 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t03: Fail #
compiler cancelled: internal error: super-send to non-function not implemented | 134 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t03: Fail #
compiler cancelled: internal error: super-send to non-function not implemented |
| 131 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail #
compiler cancelled: internal error: super property store not implemented | 135 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail #
compiler cancelled: internal error: super property store not implemented |
| 132 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t01: Fail #
compiler cancelled: internal error: unresolved super-send not implemented | 136 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t01: Fail #
compiler cancelled: internal error: unresolved super-send not implemented |
| 133 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t02: Fail #
compiler cancelled: internal error: unresolved super-send not implemented | 137 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t02: Fail #
compiler cancelled: internal error: unresolved super-send not implemented |
| 134 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t01: Fail #
compiler cancelled: internal error: unresolved super-send not implemented | 138 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t01: Fail #
compiler cancelled: internal error: unresolved super-send not implemented |
| 135 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t02: Fail #
compiler cancelled: internal error: unresolved super-send not implemented | 139 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t02: Fail #
compiler cancelled: internal error: unresolved super-send not implemented |
| 136 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail #
compiler cancelled: internal error: super-send to non-function not implemented | 140 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail #
compiler cancelled: internal error: super-send to non-function not implemented |
| 137 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # compiler
cancelled: expected ';', but got 'const' | 141 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # compiler
cancelled: expected ';', but got 'const' |
| 138 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail # compiler cancelle
d: expected an expression, but got '&' | |
| 139 Language/10_Expressions/19_Bitwise_Expressions_A03_t01: Fail # compiler cancelle
d: internal error: SsaBuilder.visitIdentifier on non-this | 142 Language/10_Expressions/19_Bitwise_Expressions_A03_t01: Fail # compiler cancelle
d: internal error: SsaBuilder.visitIdentifier on non-this |
| 140 Language/10_Expressions/19_Bitwise_Expressions_A03_t02: Fail # compiler cancelle
d: internal error: SsaBuilder.visitIdentifier on non-this | 143 Language/10_Expressions/19_Bitwise_Expressions_A03_t02: Fail # compiler cancelle
d: internal error: SsaBuilder.visitIdentifier on non-this |
| 141 Language/10_Expressions/19_Bitwise_Expressions_A03_t03: Fail # compiler cancelle
d: internal error: SsaBuilder.visitIdentifier on non-this | 144 Language/10_Expressions/19_Bitwise_Expressions_A03_t03: Fail # compiler cancelle
d: internal error: SsaBuilder.visitIdentifier on non-this |
| 142 Language/10_Expressions/20_Equality_A01_t01: Fail # compiler cancelled: expected
an expression, but got '===' | |
| 143 Language/10_Expressions/20_Equality_A03_t01: Fail # compiler cancelled: internal
error: SsaBuilder.visitIdentifier on non-this | 145 Language/10_Expressions/20_Equality_A03_t01: Fail # compiler cancelled: internal
error: SsaBuilder.visitIdentifier on non-this |
| 144 Language/10_Expressions/20_Equality_A05_t01: Fail # compiler cancelled: internal
error: unresolved super-send not implemented | 146 Language/10_Expressions/20_Equality_A05_t01: Fail # compiler cancelled: internal
error: unresolved super-send not implemented |
| 145 Language/10_Expressions/20_Equality_A07_t01: Fail # compiler cancelled: internal
error: unresolved super-send not implemented | 147 Language/10_Expressions/20_Equality_A07_t01: Fail # compiler cancelled: internal
error: unresolved super-send not implemented |
| 146 Language/10_Expressions/20_Equality_A08_t01: Fail # compiler cancelled: internal
error: unresolved super-send not implemented | 148 Language/10_Expressions/20_Equality_A08_t01: Fail # compiler cancelled: internal
error: unresolved super-send not implemented |
| 147 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail # compiler cance
lled: expected an expression, but got '<=' | |
| 148 Language/10_Expressions/21_Relational_Expressions_A03_t01: Fail # compiler cance
lled: internal error: SsaBuilder.visitIdentifier on non-this | 149 Language/10_Expressions/21_Relational_Expressions_A03_t01: Fail # compiler cance
lled: internal error: SsaBuilder.visitIdentifier on non-this |
| 149 Language/10_Expressions/22_Shift_A01_t01: Fail # compiler cancelled: expected an
expression, but got '<<' | |
| 150 Language/10_Expressions/22_Shift_A03_t01: Fail # compiler cancelled: internal er
ror: SsaBuilder.visitIdentifier on non-this | 150 Language/10_Expressions/22_Shift_A03_t01: Fail # compiler cancelled: internal er
ror: SsaBuilder.visitIdentifier on non-this |
| 151 Language/10_Expressions/23_Additive_Expressions_A01_t01: Fail # compiler cancell
ed: internal error: SsaBuilder.visitIdentifier on non-this | 151 Language/10_Expressions/23_Additive_Expressions_A01_t01: Fail # compiler cancell
ed: internal error: SsaBuilder.visitIdentifier on non-this |
| 152 Language/10_Expressions/23_Additive_Expressions_A03_t01: Fail # compiler cancell
ed: internal error: SsaBuilder.visitIdentifier on non-this | 152 Language/10_Expressions/23_Additive_Expressions_A03_t01: Fail # compiler cancell
ed: internal error: SsaBuilder.visitIdentifier on non-this |
| 153 Language/10_Expressions/24_Multiplicative_Expressions_A01_t01: Fail # compiler c
ancelled: internal error: SsaBuilder.visitIdentifier on non-this | 153 Language/10_Expressions/24_Multiplicative_Expressions_A01_t01: Fail # compiler c
ancelled: internal error: SsaBuilder.visitIdentifier on non-this |
| 154 Language/10_Expressions/24_Multiplicative_Expressions_A03_t01: Fail # compiler c
ancelled: internal error: SsaBuilder.visitIdentifier on non-this | 154 Language/10_Expressions/24_Multiplicative_Expressions_A03_t01: Fail # compiler c
ancelled: internal error: SsaBuilder.visitIdentifier on non-this |
| 155 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # compiler cancelled:
internal error: unresolved super-send not implemented | 155 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # compiler cancelled:
internal error: unresolved super-send not implemented |
| 156 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # compiler cancelled:
internal error: super property store not implemented | 156 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # compiler cancelled:
internal error: super property store not implemented |
| 157 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # compiler cancelled:
internal error: unresolved super-send not implemented | 157 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # compiler cancelled:
internal error: unresolved super-send not implemented |
| 158 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # compiler cancelled:
internal error: SsaBuilder.visitIdentifier on non-this | 158 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # compiler cancelled:
internal error: SsaBuilder.visitIdentifier on non-this |
| 159 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # compiler cancelle
d: expected ';', but got ':' | 159 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # compiler cancelle
d: expected ';', but got ':' |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 Language/11_Statements/11_Labels_A01_t03: Fail, OK # @compile-error | 567 Language/11_Statements/11_Labels_A01_t03: Fail, OK # @compile-error |
| 568 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error | 568 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error |
| 569 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error | 569 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error |
| 570 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 570 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 571 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err
or | 571 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err
or |
| 572 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err
or | 572 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err
or |
| 573 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err
or | 573 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err
or |
| 574 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err
or | 574 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err
or |
| 575 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 575 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| 576 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error | 576 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error |
| OLD | NEW |