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 [ $compiler == dart2js && $system == macos ] | 5 [ $compiler == dart2js && $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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso
lve type T | 142 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso
lve type T |
143 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re
solve label L | 143 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re
solve label L |
144 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re
solve label L | 144 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re
solve label L |
145 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann
ot resolve type MalformedType | 145 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann
ot resolve type MalformedType |
146 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r
esolve type T | 146 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r
esolve type T |
147 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r
esolve type S | 147 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r
esolve type S |
148 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte
d token 'call' | 148 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte
d token 'call' |
149 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso
lve type S | 149 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso
lve type S |
150 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # compiler cancelled: internal error: fall-through not implemented | 150 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # compiler cancelled: internal error: fall-through not implemented |
151 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # compiler cancelled: internal error: fall-through not implemented | 151 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # compiler cancelled: internal error: fall-through not implemented |
152 | 152 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Pass # internal error:
visitIs for typedefs not implemented |
| 153 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Pass # internal error:
visitIs for typedefs not implemented |
| 154 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Pass # internal error:
visitIs for typedefs not implemented |
| 155 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Pass # internal error:
visitIs for typedefs not implemented |
153 | 156 |
154 | 157 |
155 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} | 158 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} |
156 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 | 159 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 |
157 Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0 | 160 Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0 |
158 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible
FuncType | 161 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible
FuncType |
159 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re
ad not implemented | 162 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re
ad not implemented |
160 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)=
> _ | 163 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)=
> _ |
161 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu
al: <54>) fails. | 164 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu
al: <54>) fails. |
162 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. | 165 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. |
(...skipping 18 matching lines...) Expand all Loading... |
181 Language/13_Types/5_Function_Types_A01_t03: Fail # Expect.isTrue(false) fails. | 184 Language/13_Types/5_Function_Types_A01_t03: Fail # Expect.isTrue(false) fails. |
182 Language/13_Types/5_Function_Types_A01_t05: Fail # Expect.isTrue(false) fails. | 185 Language/13_Types/5_Function_Types_A01_t05: Fail # Expect.isTrue(false) fails. |
183 Language/13_Types/5_Function_Types_A01_t06: Fail # Expect.isTrue(false) fails. | 186 Language/13_Types/5_Function_Types_A01_t06: Fail # Expect.isTrue(false) fails. |
184 Language/13_Types/5_Function_Types_A01_t07: Fail # Expect.isTrue(false) fails. | 187 Language/13_Types/5_Function_Types_A01_t07: Fail # Expect.isTrue(false) fails. |
185 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails. | 188 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails. |
186 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails. | 189 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails. |
187 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails. | 190 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails. |
188 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails. | 191 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails. |
189 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails. | 192 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails. |
190 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails. | 193 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails. |
| 194 Language/13_Types/5_Function_Types_A01_t15: Fail # is-check on typedefs. |
| 195 Language/13_Types/5_Function_Types_A01_t16: Fail # is-check on typedefs. |
| 196 Language/13_Types/5_Function_Types_A01_t17: Fail # is-check on typedefs. |
| 197 Language/13_Types/5_Function_Types_A01_t18: Fail # is-check on typedefs. |
| 198 Language/13_Types/5_Function_Types_A01_t19: Fail # is-check on typedefs. |
| 199 Language/13_Types/5_Function_Types_A01_t20: Fail # is-check on typedefs. |
| 200 Language/13_Types/5_Function_Types_A01_t21: Fail # is-check on typedefs. |
| 201 Language/13_Types/5_Function_Types_A01_t22: Fail # is-check on typedefs. |
| 202 Language/13_Types/5_Function_Types_A01_t23: Fail # is-check on typedefs. |
191 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected
with the passed null value of the timeZone') | 203 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected
with the passed null value of the timeZone') |
192 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0
0:00.000>, actual: <0001-01-01 00:00:00.000>) fails. | 204 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0
0:00.000>, actual: <0001-01-01 00:00:00.000>) fails. |
193 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i
n ExpectException message (Expect.isTrue(false) fails.) | 205 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i
n ExpectException message (Expect.isTrue(false) fails.) |
194 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept
ion is expected') | 206 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept
ion is expected') |
195 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. | 207 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. |
196 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' | 208 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' |
197 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') | 209 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') |
198 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') | 210 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') |
199 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') | 211 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') |
200 | 212 |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c
ompile-error | 463 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c
ompile-error |
452 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error | 464 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error |
453 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error | 465 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error |
454 Language/10_Expressions/08_Function_Expressions_A01_t03: Fail, OK # @compile-err
or | 466 Language/10_Expressions/08_Function_Expressions_A01_t03: Fail, OK # @compile-err
or |
455 Language/10_Expressions/10_Instance_Creation/1_New_A05_t01: Fail, OK # @compile-
error | 467 Language/10_Expressions/10_Instance_Creation/1_New_A05_t01: Fail, OK # @compile-
error |
456 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail, OK # @compil
e-error | 468 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail, OK # @compil
e-error |
457 Language/10_Expressions/10_Instance_Creation/2_Const_A04_t02: Fail, OK # @compil
e-error | 469 Language/10_Expressions/10_Instance_Creation/2_Const_A04_t02: Fail, OK # @compil
e-error |
458 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail, OK # @compil
e-error | 470 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail, OK # @compil
e-error |
459 Language/10_Expressions/10_Instance_Creation/2_Const_A07_t01: Fail, OK # @compil
e-error | 471 Language/10_Expressions/10_Instance_Creation/2_Const_A07_t01: Fail, OK # @compil
e-error |
460 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail, OK # @compil
e-error | 472 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail, OK # @compil
e-error |
461 Language/10_Expressions/10_Instance_Creation_A02_t01: Fail, OK # @compile-error | |
462 Language/10_Expressions/10_Instance_Creation_A02_t02: Fail, OK # @compile-error | |
463 Language/10_Expressions/10_Instance_Creation_A03_t01: Fail, OK # @compile-error | 473 Language/10_Expressions/10_Instance_Creation_A03_t01: Fail, OK # @compile-error |
464 Language/10_Expressions/10_Instance_Creation_A03_t02: Fail, OK # @compile-error | 474 Language/10_Expressions/10_Instance_Creation_A03_t02: Fail, OK # @compile-error |
465 Language/10_Expressions/10_Instance_Creation_A04_t01: Fail, OK # @compile-error | 475 Language/10_Expressions/10_Instance_Creation_A04_t01: Fail, OK # @compile-error |
466 Language/10_Expressions/10_Instance_Creation_A04_t02: Fail, OK # @compile-error | 476 Language/10_Expressions/10_Instance_Creation_A04_t02: Fail, OK # @compile-error |
467 Language/10_Expressions/10_Instance_Creation_A04_t03: Fail, OK # @compile-error | 477 Language/10_Expressions/10_Instance_Creation_A04_t03: Fail, OK # @compile-error |
468 Language/10_Expressions/10_Instance_Creation_A04_t04: Fail, OK # @compile-error | 478 Language/10_Expressions/10_Instance_Creation_A04_t04: Fail, OK # @compile-error |
469 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A05_t05: Fail, O
K # @compile-error | 479 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A05_t05: Fail, O
K # @compile-error |
470 Language/10_Expressions/20_Equality_A01_t15: Fail, OK # @compile-error | 480 Language/10_Expressions/20_Equality_A01_t15: Fail, OK # @compile-error |
471 Language/10_Expressions/20_Equality_A01_t16: Fail, OK # @compile-error | 481 Language/10_Expressions/20_Equality_A01_t16: Fail, OK # @compile-error |
472 Language/10_Expressions/20_Equality_A01_t17: Fail, OK # @compile-error | 482 Language/10_Expressions/20_Equality_A01_t17: Fail, OK # @compile-error |
(...skipping 17 matching lines...) Expand all Loading... |
490 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @
compile-error | 500 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @
compile-error |
491 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @
compile-error | 501 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @
compile-error |
492 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @
compile-error | 502 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @
compile-error |
493 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error | 503 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error |
494 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error | 504 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error |
495 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error | 505 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error |
496 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error | 506 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error |
497 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error | 507 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error |
498 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error | 508 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error |
499 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 509 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
500 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err
or | |
501 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err
or | |
502 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err
or | |
503 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err
or | |
504 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 510 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
OLD | NEW |