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 && $system == macos && $runtime == d8 ] | 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ] |
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 [ $compiler == dart2js && $system == windows && $runtime == d8 ] | 10 [ $compiler == dart2js && $system == windows && $runtime == d8 ] |
11 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error:
duplicate definition | 11 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error:
duplicate definition |
12 LibTest/core/double/operator_remainder_A01_t04: Fail | 12 LibTest/core/double/operator_remainder_A01_t04: Fail |
13 | 13 |
14 [ $compiler == dart2js ] | 14 [ $compiler == dart2js ] |
15 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash | 15 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash |
16 Language/10_Expressions/09_This_A03_t04: Crash | 16 Language/10_Expressions/09_This_A03_t04: Crash |
17 Language/11_Statements/05_For_A01_t13: Crash | 17 Language/11_Statements/05_For_A01_t13: Crash |
18 | 18 |
19 # This test sometimes passes (as a negative test), sometimes it | 19 # This test sometimes passes (as a negative test), sometimes it |
20 # crashes. The problem is that there is a stack overflow in | 20 # crashes. The problem is that there is a stack overflow in |
21 # dart2js. The reason for the test sometimes passing is VM issue | 21 # dart2js. The reason for the test sometimes passing is VM issue |
22 # 3874. The stack overflow is addressed in | 22 # 3874. The stack overflow is addressed in |
23 # https://chromiumcodereview.appspot.com/10661029/. | 23 # https://chromiumcodereview.appspot.com/10661029/. |
24 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Pass | 24 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Pass |
25 | 25 |
26 | |
27 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call | 26 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call |
28 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call | 27 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call |
29 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call | 28 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call |
30 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call | 29 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call |
31 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: Fail # Compile-time error: Unimplemented non-matching static call | 30 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: Fail # Compile-time error: Unimplemented non-matching static call |
32 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t04: Fail # Compile-time error: Unimplemented non-matching static call | 31 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t04: Fail # Compile-time error: Unimplemented non-matching static call |
33 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err
or: duplicate definition | 32 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err
or: duplicate definition |
34 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error:
duplicate definition | 33 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error:
duplicate definition |
35 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n
ot a type | 34 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n
ot a type |
36 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error:
error: cannot resolve foo | 35 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error:
error: cannot resolve foo |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | 190 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). |
192 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | 191 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). |
193 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. | 192 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. |
194 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D
art issue 2259. | 193 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D
art issue 2259. |
195 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D
art issue 2259. | 194 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D
art issue 2259. |
196 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D
art issue 2259. | 195 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D
art issue 2259. |
197 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl
ed non-BMP character: U+10000 | 196 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl
ed non-BMP character: U+10000 |
198 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 | 197 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 |
199 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 | 198 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 |
200 | 199 |
| 200 LibTest/core/Math/max_A01_t03: Fail # co19 issue 157 |
| 201 LibTest/core/Math/min_A01_t03: Fail # co19 issue 157 |
| 202 |
201 [ $compiler == dart2js && $runtime == d8 ] | 203 [ $compiler == dart2js && $runtime == d8 ] |
202 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 | 204 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 |
203 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 | 205 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 |
204 | 206 |
205 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | 207 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. |
206 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. | 208 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. |
207 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. | 209 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. |
208 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 210 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
209 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. | 211 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. |
210 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. | 212 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. |
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error | 700 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error |
699 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error | 701 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error |
700 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error | 702 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error |
701 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error | 703 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error |
702 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error | 704 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error |
703 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err
or | 705 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err
or |
704 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err
or | 706 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err
or |
705 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 707 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
706 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp
ile-error | 708 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp
ile-error |
707 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error | 709 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error |
OLD | NEW |