Chromium Code Reviews| 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 |
|
ahe
2012/03/24 08:40:14
Changes in this file only due to updating.
| |
| 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 == dart2js && $system == macos ] | 5 [ $component == dart2js && $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 |
| 11 [ $component == dart2js ] | 11 [ $component == dart2js ] |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 109 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. | 109 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. |
| 110 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. | 110 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. |
| 111 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. | 111 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. |
| 112 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt. | 112 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt. |
| 113 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. | 113 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. |
| 114 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. | 114 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. |
| 115 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. | 115 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. |
| 116 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. | 116 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. |
| 117 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. | 117 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. |
| 118 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. | 118 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. |
| 119 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. | |
| 119 | 120 |
| 120 | 121 |
| 121 # | 122 # |
| 122 # The following tests may be broken, but require further review. | 123 # The following tests may be broken, but require further review. |
| 123 # | 124 # |
| 124 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w. | 125 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w. |
| 125 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. | 126 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 126 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. | 127 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 127 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? | 128 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? |
| 128 | 129 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 163 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType | 164 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType |
| 164 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented | 165 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented |
| 165 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _ | 166 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _ |
| 166 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails. | 167 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails. |
| 167 Language/05_Variables/05_Variables_A03_t09: Fail # Expect.isTrue(false) fails. | 168 Language/05_Variables/05_Variables_A03_t09: Fail # Expect.isTrue(false) fails. |
| 168 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. | 169 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. |
| 169 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented | 170 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented |
| 170 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails | 171 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails |
| 171 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. | 172 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. |
| 172 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. | 173 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. |
| 173 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # Expec t.isTrue(false) fails. | 174 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # opera tor-is with typedef. |
| 174 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Fail # illeg al script tag: resource | 175 Language/12_Libraries_and_Scripts/2_Includes_A02_t03: Fail # Canonicalization. |
| 175 Language/12_Libraries_and_Scripts/2_Includes_A02_t03: Fail # Expect.isTrue(false ) fails. | |
| 176 Language/12_Libraries_and_Scripts/3_Scripts_A03_t03: Fail # No error if main has parameters. | |
| 177 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails. | 176 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails. |
| 178 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails. | 177 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails. |
| 179 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails. | 178 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails. |
| 180 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails. | 179 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails. |
| 181 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails. | 180 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails. |
| 182 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa lse) fails. | 181 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa lse) fails. |
| 183 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented | 182 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented |
| 184 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails. | 183 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails. |
| 185 Language/13_Types/4_Interface_Types_A12_t10: Fail # Expect.isFalse(true) fails. | 184 Language/13_Types/4_Interface_Types_A12_t10: Fail # Expect.isFalse(true) fails. |
| 186 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. | 185 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 204 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) | 203 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) |
| 205 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') | 204 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') |
| 206 LibTest/core/Object/Object_A01_t01: Fail # ConstantHandler with super not implem ented | 205 LibTest/core/Object/Object_A01_t01: Fail # ConstantHandler with super not implem ented |
| 207 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . | 206 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . |
| 208 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented | 207 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented |
| 209 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. | 208 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. |
| 210 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' | 209 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' |
| 211 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') | 210 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') |
| 212 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') | 211 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') |
| 213 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') | 212 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') |
| 214 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') | |
| 215 | 213 |
| 216 | 214 |
| 217 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented | 215 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented |
| 218 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented | 216 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented |
| 219 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented | 217 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented |
| 220 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps. | 218 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps. |
| 221 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7 | 219 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7 |
| 222 Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists. | 220 Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists. |
| 223 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps. | 221 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps. |
| 224 Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps. | 222 Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps. |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 498 Language/10_Expressions/28_Identifier_Reference_A01_t07: Fail, OK # @compile-err or | 496 Language/10_Expressions/28_Identifier_Reference_A01_t07: Fail, OK # @compile-err or |
| 499 Language/10_Expressions/28_Identifier_Reference_A01_t08: Fail, OK # @compile-err or | 497 Language/10_Expressions/28_Identifier_Reference_A01_t08: Fail, OK # @compile-err or |
| 500 Language/11_Statements/03_Variable_Declaration_A03_t01: Fail, OK # @compile-erro r | 498 Language/11_Statements/03_Variable_Declaration_A03_t01: Fail, OK # @compile-erro r |
| 501 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail, OK # @compile-erro r | 499 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail, OK # @compile-erro r |
| 502 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error | 500 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error |
| 503 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error | 501 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error |
| 504 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error | 502 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error |
| 505 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error | 503 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error |
| 506 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error | 504 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error |
| 507 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error | 505 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error |
| 508 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A03_t13: Fail, OK # @ compile-error | |
| 509 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t08: Fail, OK # @ compile-error | |
| 510 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail, OK # @ compile-error | 506 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail, OK # @ compile-error |
| 511 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t14: Fail, OK # @ compile-error | |
| 512 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @ compile-error | 507 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @ compile-error |
| 508 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @ compile-error | |
| 513 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error | 509 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error |
| 514 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error | 510 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error |
| 515 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error | 511 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error |
| 516 Language/12_Libraries_and_Scripts/1_Imports_A04_t01: Fail, OK # @compile-error | |
| 517 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error | 512 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error |
| 518 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error | 513 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error |
| 519 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error | 514 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error |
| 520 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error | 515 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error |
| 521 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error | 516 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error |
| 522 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error | 517 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error |
| 523 Language/12_Libraries_and_Scripts/3_Scripts_A01_t10: Fail, OK # @compile-error | |
| 524 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 518 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 525 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or | 519 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or |
| 526 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or | 520 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or |
| 527 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or | 521 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or |
| 528 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or | 522 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or |
| 529 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 523 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| OLD | NEW |