| 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 | |
| 20 # crashes. The problem is that there is a stack overflow in | |
| 21 # dart2js. The reason for the test sometimes passing is VM issue | |
| 22 # 3874. The stack overflow is addressed in | |
| 23 # https://chromiumcodereview.appspot.com/10661029/. | |
| 24 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Pass | |
| 25 | |
| 26 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call | 19 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: 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 | 20 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: 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 | 21 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: 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 | 22 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: 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 | 23 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: 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 | 24 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t04: Fail # Compile-time error: Unimplemented non-matching static call |
| 32 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err
or: duplicate definition | 25 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err
or: duplicate definition |
| 33 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error:
duplicate definition | 26 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error:
duplicate definition |
| 34 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n
ot a type | 27 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n
ot a type |
| 35 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error:
error: cannot resolve foo | 28 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error:
error: cannot resolve foo |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | 203 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). |
| 211 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | 204 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). |
| 212 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. | 205 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. |
| 213 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D
art issue 2259. | 206 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D
art issue 2259. |
| 214 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D
art issue 2259. | 207 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D
art issue 2259. |
| 215 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D
art issue 2259. | 208 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D
art issue 2259. |
| 216 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl
ed non-BMP character: U+10000 | 209 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl
ed non-BMP character: U+10000 |
| 217 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 | 210 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 |
| 218 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 | 211 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 |
| 219 | 212 |
| 220 LibTest/core/Math/max_A01_t03: Fail # co19 issue 157 | 213 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157 |
| 221 LibTest/core/Math/min_A01_t03: Fail # co19 issue 157 | 214 LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157 |
| 215 Language/08_Interfaces/2_Getters_and_Setters_A04_t02: Fail, OK # Bad test, fixed
in r295. |
| 216 Language/08_Interfaces/2_Getters_and_Setters_A09_t02: Fail, OK # Bad test, fixed
in r295. |
| 217 |
| 222 | 218 |
| 223 [ $compiler == dart2js && $runtime == d8 ] | 219 [ $compiler == dart2js && $runtime == d8 ] |
| 224 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 | 220 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 |
| 225 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 | 221 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 |
| 226 | 222 |
| 227 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | 223 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. |
| 228 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. | 224 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. |
| 229 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. | 225 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. |
| 230 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 226 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 231 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. | 227 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. |
| (...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail, OK # @
compile-error | 551 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail, OK # @
compile-error |
| 556 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @
compile-error | 552 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @
compile-error |
| 557 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @
compile-error | 553 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @
compile-error |
| 558 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @
compile-error | 554 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @
compile-error |
| 559 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @
compile-error | 555 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @
compile-error |
| 560 Language/07_Classes/5_Constructors/3_Constant_Constructors_A05_t03: Fail, OK # @
compile-error | 556 Language/07_Classes/5_Constructors/3_Constant_Constructors_A05_t03: Fail, OK # @
compile-error |
| 561 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error | 557 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error |
| 562 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error | 558 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error |
| 563 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail, OK # @compile-error | 559 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail, OK # @compile-error |
| 564 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error | 560 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error |
| 565 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error | |
| 566 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error | |
| 567 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error | |
| 568 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error | |
| 569 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error | 561 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error |
| 570 Language/08_Interfaces/1_Methods_A04_t02: Fail, OK # @compile-error | 562 Language/08_Interfaces/1_Methods_A04_t02: Fail, OK # @compile-error |
| 571 Language/08_Interfaces/1_Methods_A04_t03: Fail, OK # @compile-error | 563 Language/08_Interfaces/1_Methods_A04_t03: Fail, OK # @compile-error |
| 572 Language/08_Interfaces/1_Methods_A04_t04: Fail, OK # @compile-error | 564 Language/08_Interfaces/1_Methods_A04_t04: Fail, OK # @compile-error |
| 573 Language/08_Interfaces/1_Methods_A04_t05: Fail, OK # @compile-error | 565 Language/08_Interfaces/1_Methods_A04_t05: Fail, OK # @compile-error |
| 574 Language/08_Interfaces/1_Methods_A05_t01: Fail, OK # @compile-error | 566 Language/08_Interfaces/1_Methods_A05_t01: Fail, OK # @compile-error |
| 575 Language/08_Interfaces/2_Getters_and_Setters_A02_t01: Fail, OK # @compile-error | 567 Language/08_Interfaces/2_Getters_and_Setters_A02_t01: Fail, OK # @compile-error |
| 576 Language/08_Interfaces/2_Getters_and_Setters_A02_t02: Fail, OK # @compile-error | 568 Language/08_Interfaces/2_Getters_and_Setters_A02_t02: Fail, OK # @compile-error |
| 577 Language/08_Interfaces/2_Getters_and_Setters_A03_t01: Fail, OK # @compile-error | 569 Language/08_Interfaces/2_Getters_and_Setters_A03_t01: Fail, OK # @compile-error |
| 578 Language/08_Interfaces/2_Getters_and_Setters_A03_t02: Fail, OK # @compile-error | |
| 579 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Fail, OK # @compile-error | |
| 580 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail, OK # @compile-error | 570 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail, OK # @compile-error |
| 581 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail, OK # @compile-error | 571 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail, OK # @compile-error |
| 582 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail, OK # @compile-error | 572 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail, OK # @compile-error |
| 583 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail, OK # @compile-error | 573 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail, OK # @compile-error |
| 584 Language/08_Interfaces/2_Getters_and_Setters_A07_t02: Fail, OK # @compile-error | |
| 585 Language/08_Interfaces/2_Getters_and_Setters_A07_t03: Fail, OK # @compile-error | |
| 586 Language/08_Interfaces/2_Getters_and_Setters_A07_t04: Fail, OK # @compile-error | |
| 587 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail, OK # @compile-error | |
| 588 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail, OK # @compile
-error | 574 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail, OK # @compile
-error |
| 589 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail, OK # @compile
-error | 575 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail, OK # @compile
-error |
| 590 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail, OK # @compile
-error | 576 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail, OK # @compile
-error |
| 591 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail, OK # @compile
-error | 577 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail, OK # @compile
-error |
| 592 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail, OK # @compile
-error | 578 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail, OK # @compile
-error |
| 593 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail, OK # @compile
-error | 579 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail, OK # @compile
-error |
| 594 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail, OK # @compile
-error | 580 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail, OK # @compile
-error |
| 595 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail, OK # @compile
-error | 581 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail, OK # @compile
-error |
| 596 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail, OK # @compile
-error | 582 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail, OK # @compile
-error |
| 597 Language/08_Interfaces/3_Factories_and_Constructors_A03_t04: Fail, OK # @compile
-error | 583 Language/08_Interfaces/3_Factories_and_Constructors_A03_t04: Fail, OK # @compile
-error |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @
compile-error | 699 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @
compile-error |
| 714 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @
compile-error | 700 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @
compile-error |
| 715 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @
compile-error | 701 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @
compile-error |
| 716 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @
compile-error | 702 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @
compile-error |
| 717 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail, OK # @compile-error | 703 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail, OK # @compile-error |
| 718 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error | 704 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error |
| 719 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error | 705 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error |
| 720 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error | 706 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error |
| 721 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error | 707 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error |
| 722 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error | 708 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error |
| 709 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail, OK # @compile-err
or |
| 723 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err
or | 710 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err
or |
| 724 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err
or | 711 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err
or |
| 725 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 712 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| 726 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp
ile-error | 713 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp
ile-error |
| 727 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error | 714 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error |
| 728 | 715 |
| 729 [ $compiler == dart2dart ] | 716 [ $compiler == dart2dart ] |
| 730 *: Skip | 717 *: Skip |
| OLD | NEW |