| 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 | 10 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 | 69 |
| 70 | 70 |
| 71 # | 71 # |
| 72 # Issues with co19 test suite. | 72 # Issues with co19 test suite. |
| 73 # | 73 # |
| 74 # If you add anything here, either file a bug against the Dart | 74 # If you add anything here, either file a bug against the Dart |
| 75 # langauge specification, co19 test suite, or add a comment that ahe@ | 75 # langauge specification, co19 test suite, or add a comment that ahe@ |
| 76 # can understand so he can file a bug later. | 76 # can understand so he can file a bug later. |
| 77 # | 77 # |
| 78 [ $compiler == dart2js ] | 78 [ $compiler == dart2js ] |
| 79 | |
| 80 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # issue 3333 | |
| 81 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # issue 3333 | |
| 82 | |
| 83 | |
| 84 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations
can't be constant. | 79 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations
can't be constant. |
| 85 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat
ement cannot start with a map literal (specification bug). | 80 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat
ement cannot start with a map literal (specification bug). |
| 86 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec
laration takes precedence over function expression. | 81 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec
laration takes precedence over function expression. |
| 87 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl
aration takes precedence over function expression. | 82 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl
aration takes precedence over function expression. |
| 88 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. | 83 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. |
| 89 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d
eclaration takes precedence over function expression. | 84 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d
eclaration takes precedence over function expression. |
| 90 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes
precedence over function expression. | 85 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes
precedence over function expression. |
| 91 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal
cannot start an expression statement. | 86 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal
cannot start an expression statement. |
| 92 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite
ral cannot start an expression statement. | 87 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite
ral cannot start an expression statement. |
| 93 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | 88 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). |
| 94 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | 89 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). |
| 95 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D
art issue 2259. | 90 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D
art issue 2259. |
| 96 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D
art issue 2259. | 91 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D
art issue 2259. |
| 97 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D
art issue 2259. | 92 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D
art issue 2259. |
| 98 Language/12_Libraries_and_Scripts/3_Scripts_A01_t16: Fail, OK # Dart issue 2259. | 93 Language/12_Libraries_and_Scripts/3_Scripts_A01_t16: Fail, OK # Dart issue 2259. |
| 99 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl
ed non-BMP character: U+10000 | 94 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl
ed non-BMP character: U+10000 |
| 100 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 | 95 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 |
| 101 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 | 96 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 |
| 102 | 97 |
| 103 [ $compiler == dart2js && $runtime == d8 ] | 98 [ $compiler == dart2js && $runtime == d8 ] |
| 99 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # issue 3333 |
| 100 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # issue 3333 |
| 101 |
| 104 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | 102 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. |
| 105 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. | 103 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. |
| 106 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv
e type Isolate | 104 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv
e type Isolate |
| 107 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09:
Fail, OK # Assumes super scope comes before library scope. | 105 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09:
Fail, OK # Assumes super scope comes before library scope. |
| 108 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. | 106 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. |
| 109 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 107 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 110 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. | 108 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. |
| 111 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. | 109 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. |
| 112 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92. | 110 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92. |
| 113 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92. | 111 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92. |
| (...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @
compile-error | 544 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @
compile-error |
| 547 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @
compile-error | 545 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @
compile-error |
| 548 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error | 546 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error |
| 549 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error | 547 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error |
| 550 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error | 548 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error |
| 551 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error | 549 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error |
| 552 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error | 550 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error |
| 553 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error | 551 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error |
| 554 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 552 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 555 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 553 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| OLD | NEW |