| 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 ] |
| 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 |
| 10 | 13 |
| 11 [ $compiler == dart2js ] | 14 [ $compiler == dart2js ] |
| 12 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash | 15 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash |
| 13 Language/10_Expressions/09_This_A03_t04: Crash | 16 Language/10_Expressions/09_This_A03_t04: Crash |
| 14 Language/11_Statements/05_For_A01_t13: Crash | 17 Language/11_Statements/05_For_A01_t13: Crash |
| 15 | 18 |
| 16 # This test sometimes passes (as a negative test), sometimes it | 19 # This test sometimes passes (as a negative test), sometimes it |
| 17 # crashes. The problem is that there is a stack overflow in | 20 # crashes. The problem is that there is a stack overflow in |
| 18 # dart2js. The reason for the test sometimes passing is VM issue | 21 # dart2js. The reason for the test sometimes passing is VM issue |
| 19 # 3874. The stack overflow is addressed in | 22 # 3874. The stack overflow is addressed in |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 | 204 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 |
| 202 | 205 |
| 203 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | 206 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. |
| 204 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. | 207 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. |
| 205 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. | 208 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. |
| 206 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 209 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 207 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. | 210 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. |
| 208 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. | 211 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. |
| 209 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. | 212 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. |
| 210 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab
le. | 213 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab
le. |
| 211 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. | 214 LibTest/core/Math/exp_A01_t01: Fail, Pass, OK # TODO(floitsch): Review. |
| 212 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow(
x, y)). | 215 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow(
x, y)). |
| 213 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. | 216 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. |
| 214 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. | 217 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. |
| 215 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. | 218 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 216 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. | 219 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 217 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il, OK # This is not rejected by V8. | 220 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il, OK # This is not rejected by V8. |
| 218 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 92. | 221 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 92. |
| 219 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons
tructor. | 222 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons
tructor. |
| 220 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons
tructor. | 223 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons
tructor. |
| 221 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return
an Iterable. | 224 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return
an Iterable. |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 690 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error | 693 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error |
| 691 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error | 694 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error |
| 692 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error | 695 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error |
| 693 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error | 696 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error |
| 694 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error | 697 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error |
| 695 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err
or | 698 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err
or |
| 696 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err
or | 699 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err
or |
| 697 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 700 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| 698 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp
ile-error | 701 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp
ile-error |
| 699 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error | 702 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error |
| OLD | NEW |