Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Side by Side Diff: dart/tests/co19/co19-leg.status

Issue 9838038: "Implement" #resource tag and various restrictions on library definitions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 == 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
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. 103 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int.
104 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. 104 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int.
105 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. 105 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double.
106 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt. 106 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt.
107 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. 107 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble.
108 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. 108 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int.
109 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. 109 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double.
110 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. 110 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int.
111 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. 111 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int.
112 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. 112 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes.
113 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105.
113 114
114 115
115 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w. 116 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w.
116 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. 117 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review.
117 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. 118 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review.
118 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 119 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
119 120
120 121
121 Language/05_Variables/05_Variables_A05_t03: Fail # compiler cancelled: internal error: Unexpected operator. 122 Language/05_Variables/05_Variables_A05_t03: Fail # compiler cancelled: internal error: Unexpected operator.
122 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters 123 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters
(...skipping 25 matching lines...) Expand all
148 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented 149 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented
149 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _ 150 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _
150 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails. 151 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails.
151 Language/05_Variables/05_Variables_A03_t09: Fail # Expect.isTrue(false) fails. 152 Language/05_Variables/05_Variables_A03_t09: Fail # Expect.isTrue(false) fails.
152 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 153 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
153 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented 154 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented
154 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails 155 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails
155 Language/11_Statements/13_Continue_A03_t01: Fail # Expect.fail('This code should n't be executed') 156 Language/11_Statements/13_Continue_A03_t01: Fail # Expect.fail('This code should n't be executed')
156 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 157 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
157 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 158 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
158 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # Expec t.isTrue(false) fails. 159 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # opera tor-is with typedef.
159 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Fail # illeg al script tag: resource 160 Language/12_Libraries_and_Scripts/2_Includes_A02_t03: Fail # Canonicalization.
160 Language/12_Libraries_and_Scripts/2_Includes_A02_t03: Fail # Expect.isTrue(false ) fails.
161 Language/12_Libraries_and_Scripts/3_Scripts_A03_t03: Fail # No error if main has parameters.
162 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails. 161 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails.
163 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails. 162 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails.
164 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails. 163 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails.
165 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails. 164 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails.
166 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails. 165 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails.
167 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa lse) fails. 166 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa lse) fails.
168 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented 167 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented
169 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails. 168 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails.
170 Language/13_Types/4_Interface_Types_A12_t10: Fail # Expect.isFalse(true) fails. 169 Language/13_Types/4_Interface_Types_A12_t10: Fail # Expect.isFalse(true) fails.
171 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 170 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
(...skipping 17 matching lines...) Expand all
189 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 188 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
190 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 189 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
191 LibTest/core/Object/Object_A01_t01: Fail # ConstantHandler with super not implem ented 190 LibTest/core/Object/Object_A01_t01: Fail # ConstantHandler with super not implem ented
192 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 191 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
193 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented 192 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented
194 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 193 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
195 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 194 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
196 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 195 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
197 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 196 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
198 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 197 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
199 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!')
200 198
201 199
202 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 200 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
203 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 201 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
204 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 202 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
205 Language/10_Expressions/01_Constants_A13_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 203 Language/10_Expressions/01_Constants_A13_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
206 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps. 204 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps.
207 Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists. 205 Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists.
208 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps. 206 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps.
209 Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps. 207 Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps.
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 Language/10_Expressions/28_Identifier_Reference_A01_t07: Fail, OK # @compile-err or 481 Language/10_Expressions/28_Identifier_Reference_A01_t07: Fail, OK # @compile-err or
484 Language/10_Expressions/28_Identifier_Reference_A01_t08: Fail, OK # @compile-err or 482 Language/10_Expressions/28_Identifier_Reference_A01_t08: Fail, OK # @compile-err or
485 Language/11_Statements/03_Variable_Declaration_A03_t01: Fail, OK # @compile-erro r 483 Language/11_Statements/03_Variable_Declaration_A03_t01: Fail, OK # @compile-erro r
486 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail, OK # @compile-erro r 484 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail, OK # @compile-erro r
487 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error 485 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error
488 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error 486 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error
489 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 487 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
490 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 488 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
491 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 489 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
492 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 490 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
493 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A03_t13: Fail, OK # @ compile-error
494 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t08: Fail, OK # @ compile-error
495 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail, OK # @ compile-error 491 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail, OK # @ compile-error
496 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t14: Fail, OK # @ compile-error
497 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @ compile-error 492 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @ compile-error
493 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @ compile-error
498 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error 494 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error
499 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error 495 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error
500 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error 496 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error
501 Language/12_Libraries_and_Scripts/1_Imports_A04_t01: Fail, OK # @compile-error
502 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error 497 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error
503 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error 498 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error
504 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 499 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
505 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 500 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
506 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error 501 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
507 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 502 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
508 Language/12_Libraries_and_Scripts/3_Scripts_A01_t10: Fail, OK # @compile-error
509 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 503 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
510 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 504 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
511 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 505 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
512 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 506 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
513 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 507 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
514 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 508 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698