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

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

Issue 9837034: Triage co19 tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv e type Isolate 47 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv e type Isolate
48 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail, OK # Assumes super scope comes before library scope. 48 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail, OK # Assumes super scope comes before library scope.
49 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 49 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
50 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 50 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
51 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 51 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
52 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 52 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
53 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 53 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
54 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. 54 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
55 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 55 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
56 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 56 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
57 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D art issue 2259.
58 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D art issue 2259.
59 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D art issue 2259.
60 Language/12_Libraries_and_Scripts/3_Scripts_A01_t16: Fail, OK # Dart issue 2259.
57 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 61 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
58 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 62 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
59 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. 63 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom.
60 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. 64 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom.
61 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92. 65 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92.
62 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92. 66 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92.
63 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 92. 67 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 92.
64 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 68 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
65 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le. 69 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le.
66 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. 70 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review.
67 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)). 71 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)).
68 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. 72 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review.
69 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. 73 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review.
70 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. 74 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review.
71 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. 75 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review.
72 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK # co19 issue 92. 76 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK # co19 issue 92.
73 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK # co19 i ssue 92. 77 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK # co19 i ssue 92.
74 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 92. 78 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 92.
75 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK # co19 i ssue 92. 79 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK # co19 i ssue 92.
76 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK # co19 issue 92. 80 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK # co19 issue 92.
77 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. 81 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8.
78 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK # co19 issue 92. 82 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK # co19 issue 92.
79 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 92. 83 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 92.
80 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92. 84 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92.
81 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons tructor. 85 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons tructor.
82 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons tructor. 86 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons tructor.
83 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable. 87 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable.
84 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern. 88 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern.
89 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000
90 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
91 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
85 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. 92 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode.
86 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int. 93 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int.
87 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int. 94 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int.
88 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int. 95 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int.
89 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. 96 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub.
90 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub. 97 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub.
91 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub. 98 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub.
92 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. 99 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int.
93 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. 100 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion.
94 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. 101 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API.
(...skipping 30 matching lines...) Expand all
125 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L 132 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L
126 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L 133 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L
127 Language/11_Statements/13_Continue_A03_t05: Fail # compiler cancelled: internal error: fall-through not implemented 134 Language/11_Statements/13_Continue_A03_t05: Fail # compiler cancelled: internal error: fall-through not implemented
128 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType 135 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType
129 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T 136 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T
130 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S 137 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S
131 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call' 138 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call'
132 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S 139 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S
133 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented 140 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented
134 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented 141 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented
135 LibTest/core/String/String_class_A02_t01: Fail # compiler cancelled: Unhandled n on-BMP character: U+10000
136 LibTest/core/String/charCodeAt_A01_t01: Fail # compiler cancelled: Unhandled non -BMP character: U+10000
137 LibTest/core/String/charCodes_A01_t01: Fail # compiler cancelled: Unhandled non- BMP character: U+10000
138 142
139 143
144 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
Lasse Reichstein Nielsen 2012/03/23 13:18:58 Please say what our error is. In this case it's pr
ahe 2012/03/23 13:24:49 That is kind of implicit. I aggressively push all
145 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
146 Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0
147 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
148 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_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails.
140 Language/05_Variables/05_Variables_A03_t09: Fail # Expect.isTrue(false) fails. 151 Language/05_Variables/05_Variables_A03_t09: Fail # Expect.isTrue(false) fails.
141 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 152 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
142 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented 153 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented
143 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails 154 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails
144 Language/11_Statements/13_Continue_A03_t01: Fail # Expect.fail('This code should n't be executed') 155 Language/11_Statements/13_Continue_A03_t01: Fail # Expect.fail('This code should n't be executed')
145 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 156 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
146 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 157 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_A07_t01: Fail # illeg al script tag: resource
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.
147 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails. 162 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails.
148 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails. 163 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails.
149 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails. 164 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails.
150 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails. 165 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails.
151 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails. 166 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails.
152 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa lse) fails. 167 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
153 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails. 169 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails.
154 Language/13_Types/4_Interface_Types_A12_t10: Fail # Expect.isFalse(true) fails. 170 Language/13_Types/4_Interface_Types_A12_t10: Fail # Expect.isFalse(true) fails.
155 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 171 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
156 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails. 172 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails.
157 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails. 173 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails.
158 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. 174 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
159 Language/13_Types/5_Function_Types_A01_t01: Fail # Expect.isTrue(false) fails. 175 Language/13_Types/5_Function_Types_A01_t01: Fail # Expect.isTrue(false) fails.
160 Language/13_Types/5_Function_Types_A01_t02: Fail # Expect.isTrue(false) fails. 176 Language/13_Types/5_Function_Types_A01_t02: Fail # Expect.isTrue(false) fails.
161 Language/13_Types/5_Function_Types_A01_t03: Fail # Expect.isTrue(false) fails. 177 Language/13_Types/5_Function_Types_A01_t03: Fail # Expect.isTrue(false) fails.
162 Language/13_Types/5_Function_Types_A01_t05: Fail # Expect.isTrue(false) fails. 178 Language/13_Types/5_Function_Types_A01_t05: Fail # Expect.isTrue(false) fails.
163 Language/13_Types/5_Function_Types_A01_t06: Fail # Expect.isTrue(false) fails. 179 Language/13_Types/5_Function_Types_A01_t06: Fail # Expect.isTrue(false) fails.
164 Language/13_Types/5_Function_Types_A01_t07: Fail # Expect.isTrue(false) fails. 180 Language/13_Types/5_Function_Types_A01_t07: Fail # Expect.isTrue(false) fails.
165 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails. 181 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails.
166 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails. 182 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails.
167 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails. 183 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails.
168 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails. 184 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails.
169 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails. 185 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails.
170 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails. 186 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails.
171 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') 187 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
172 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails. 188 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails.
173 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 189 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
174 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 190 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
175 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 192 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
176 LibTest/core/Object/Object_A01_t01: Fail # ConstantHandler with super not implem ented
177 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented 193 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented
178 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 194 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
179 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 195 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
180 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 196 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
181 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 197 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
182 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 198 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
183 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') 199 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!')
184 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented
185 200
186 201
187 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 202 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
188 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 203 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
189 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 204 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
190 Language/10_Expressions/01_Constants_A13_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 205 Language/10_Expressions/01_Constants_A13_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
191 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps. 206 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps.
192 Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists. 207 Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists.
193 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps. 208 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps.
194 Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps. 209 Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps.
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 505 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
491 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error 506 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
492 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 507 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
493 Language/12_Libraries_and_Scripts/3_Scripts_A01_t10: Fail, OK # @compile-error 508 Language/12_Libraries_and_Scripts/3_Scripts_A01_t10: Fail, OK # @compile-error
494 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 509 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
495 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 510 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
496 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 511 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
497 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 512 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
498 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 513 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
499 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 514 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
500
501
502 #
503 # New failures
504 #
505 Language/03_Overview/1_Scoping_A02_t07: Fail # TODO(ahe): New failure at r164. P lease triage.
506 Language/03_Overview/1_Scoping_A02_t12: Fail # TODO(ahe): New failure at r164. P lease triage.
507 Language/03_Overview/1_Scoping_A02_t13: Fail # TODO(ahe): New failure at r164. P lease triage.
508 Language/03_Overview/2_Privacy_A01_t06: Fail # TODO(ahe): New failure at r164. P lease triage.
509 Language/03_Overview/2_Privacy_A01_t11: Fail # TODO(ahe): New failure at r164. P lease triage.
510 Language/03_Overview/2_Privacy_A01_t14: Fail # TODO(ahe): New failure at r164. P lease triage.
511 Language/03_Overview/2_Privacy_A01_t16: Fail # TODO(ahe): New failure at r164. P lease triage.
512 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail # TODO( ahe): New failure at r164. Please triage.
513 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail # TODO( ahe): New failure at r164. Please triage.
514 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail # TODO( ahe): New failure at r164. Please triage.
515 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # TODO( ahe): New failure at r164. Please triage.
516 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Fail # TODO( ahe): New failure at r164. Please triage.
517 Language/12_Libraries_and_Scripts/2_Includes_A02_t03: Fail # TODO(ahe): New fail ure at r164. Please triage.
518 Language/12_Libraries_and_Scripts/3_Scripts_A01_t16: Fail # TODO(ahe): New failu re at r164. Please triage.
519 Language/12_Libraries_and_Scripts/3_Scripts_A03_t03: Fail # TODO(ahe): New failu re at r164. Please triage.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698