| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 [ $component == leg && $system == macos ] | 5 [ $component == leg && $system == macos ] |
| 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 17 matching lines...) Expand all Loading... |
| 28 # Leg does not support checked mode yet. | 28 # Leg does not support checked mode yet. |
| 29 *: Skip | 29 *: Skip |
| 30 | 30 |
| 31 | 31 |
| 32 [ $component == legium ] | 32 [ $component == legium ] |
| 33 *: Skip | 33 *: Skip |
| 34 | 34 |
| 35 | 35 |
| 36 [ $component == leg ] | 36 [ $component == leg ] |
| 37 # Issues with co19 test suite. | 37 # Issues with co19 test suite. |
| 38 Language/11_Statements/11_Labels_A01_t03: Fail, OK # Test doesn't follow spec. | |
| 39 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat
ement cannot start with a map literal (specification bug). | 38 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat
ement cannot start with a map literal (specification bug). |
| 40 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec
laration takes precedence over function expression. | 39 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec
laration takes precedence over function expression. |
| 41 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl
aration takes precedence over function expression. | 40 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl
aration takes precedence over function expression. |
| 42 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. | 41 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. |
| 43 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d
eclaration takes precedence over function expression. | 42 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d
eclaration takes precedence over function expression. |
| 44 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes
precedence over function expression. | 43 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes
precedence over function expression. |
| 45 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | 44 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). |
| 46 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | 45 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). |
| 47 Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {. | 46 Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {. |
| 48 Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87. | 47 Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87. |
| 48 Language/11_Statements/11_Labels_A01_t03: Fail, OK # Test doesn't follow spec. |
| 49 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88. | 49 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88. |
| 50 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88. | 50 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88. |
| 51 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. | 51 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. |
| 52 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 52 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 53 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. | 53 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. |
| 54 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. | 54 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. |
| 55 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92. | 55 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92. |
| 56 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92. | 56 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92. |
| 57 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 92. | 57 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 92. |
| 58 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. | 58 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. |
| 59 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab
le. | 59 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab
le. |
| 60 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. | 60 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 61 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow(
x, y)). | 61 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow(
x, y)). |
| 62 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. | 62 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. |
| 63 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. | 63 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. |
| 64 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. | 64 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 65 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. | 65 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 66 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK #
co19 issue 92. | 66 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK #
co19 issue 92. |
| 67 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK # co19 i
ssue 92. | 67 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK # co19 i
ssue 92. |
| 68 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i
ssue 92. | 68 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i
ssue 92. |
| 69 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK # co19 i
ssue 92. | 69 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK # co19 i
ssue 92. |
| 70 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK #
co19 issue 92. | 70 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK #
co19 issue 92. |
| 71 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il, OK # This is not rejected by V8. | 71 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il, OK # This is not rejected by V8. |
| 72 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK #
co19 issue 92. | 72 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK #
co19 issue 92. |
| 73 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 92. | 73 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 92. |
| 74 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 92. | 74 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 92. |
| 75 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons
tructor. |
| 76 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons
tructor. |
| 75 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return
an Iterable. | 77 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return
an Iterable. |
| 76 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n
ot Match.pattern. | 78 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n
ot Match.pattern. |
| 77 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. | 79 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. |
| 78 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int. | 80 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int. |
| 79 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int. | 81 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int. |
| 80 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int. | 82 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int. |
| 81 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. | 83 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. |
| 82 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test
stub. | 84 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test
stub. |
| 83 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s
tub. | 85 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s
tub. |
| 84 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. | 86 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error | 539 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error |
| 538 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error | 540 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error |
| 539 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error | 541 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error |
| 540 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 542 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 541 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err
or | 543 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err
or |
| 542 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err
or | 544 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err
or |
| 543 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err
or | 545 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err
or |
| 544 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err
or | 546 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err
or |
| 545 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 547 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| 546 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error | 548 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error |
| OLD | NEW |