| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 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). |
| 90 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. |
| 91 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. |
| 92 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. |
| 93 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. |
| 94 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 |
| 95 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 |
| 96 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 |
| 97 | 97 |
| 98 [ $compiler == dart2js && $runtime == d8 ] | 98 [ $compiler == dart2js && $runtime == d8 ] |
| 99 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # issue 3333 | 99 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 |
| 100 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # issue 3333 | 100 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 |
| 101 | 101 |
| 102 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | 102 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. |
| 103 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. | 103 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. |
| 104 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 |
| 105 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. |
| 106 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. |
| 107 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 107 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 108 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. |
| 109 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. |
| 110 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92. | 110 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92. |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 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 |
| 545 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 |
| 546 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 |
| 547 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 |
| 548 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 |
| 549 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 |
| 550 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 |
| 551 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 |
| 552 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 |
| 553 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 |