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

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

Issue 9537009: Create mock versions set and sort implementations. (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
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 prefix co19 5 prefix co19
6 6
7 [ $component == leg && $system == macos ] 7 [ $component == leg && $system == macos ]
8 LibTest/core/Math/acos_A01_t01: Fail 8 LibTest/core/Math/acos_A01_t01: Fail
9 LibTest/core/Math/asin_A01_t01: Fail 9 LibTest/core/Math/asin_A01_t01: Fail
10 LibTest/core/Math/atan_A01_t01: Fail 10 LibTest/core/Math/atan_A01_t01: Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 # Crashes and time outs. 43 # Crashes and time outs.
44 LibTest/core/List/sort_A01_t04: Skip # Times out. 44 LibTest/core/List/sort_A01_t04: Skip # Times out.
45 LibTest/core/List/sort_A01_t05: Skip # Times out. 45 LibTest/core/List/sort_A01_t05: Skip # Times out.
46 LibTest/core/List/sort_A01_t06: Skip # Times out. 46 LibTest/core/List/sort_A01_t06: Skip # Times out.
47 47
48 48
49 # This test should not time out. It is not that big. 49 # This test should not time out. It is not that big.
50 LibTest/core/RegExp/hasMatch_A01_t02: Skip # Times out. Also, issue co19 81. 50 LibTest/core/RegExp/hasMatch_A01_t02: Skip # Times out. Also, issue co19 81.
51 51
52 52
53 # Fail type assertion on VM, cancels otherwise.
54 LibTest/core/Queue/addAll_A01_t01: Fail, Crash
55
56
57 # Issues with co19 test suite. 53 # Issues with co19 test suite.
58 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior. 54 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior.
59 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior. 55 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior.
60 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior. 56 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior.
61 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 57 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
62 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 58 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
59 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.
63 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 61 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
64 LibTest/core/Math/atan2_A01_t03: Fail, OK # TODO(floitsch): Review. 62 LibTest/core/Math/atan2_A01_t03: Fail, OK # TODO(floitsch): Review.
65 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. 63 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review.
66 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int. 64 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int.
67 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)). 65 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. 66 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review.
69 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. 67 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review.
70 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. 68 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review.
71 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. 69 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review.
72 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. 70 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 110
113 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail # SsaBuilder.visitContinueStatement not implemented 111 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail # SsaBuilder.visitContinueStatement not implemented
114 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail # SsaBuilder.visitContinueStatement not implemented 112 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail # SsaBuilder.visitContinueStatement not implemented
115 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this 113 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this
116 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted 114 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted
117 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented 115 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented
118 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this 116 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this
119 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value 117 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value
120 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') 118 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
121 LibTest/core/Date/Date.fromString_A05_t01: Fail # Expect.fail('Some exception is expected') 119 LibTest/core/Date/Date.fromString_A05_t01: Fail # Expect.fail('Some exception is expected')
122 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value
123 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value
124 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value
125 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation. 120 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation.
126 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented 121 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented
127 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Cannot find value
128 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value 122 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value
129 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value 123 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value
130 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value 124 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value
131 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value.
132 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value
133 LibTest/core/List/addAll_A01_t01: Fail # Cannot find value
134 LibTest/core/List/every_A01_t01: Fail # Duplicate definition.
135 LibTest/core/List/every_A01_t02: Fail # Cannot find value.
136 LibTest/core/List/every_A02_t01: Fail # Duplicate definition.
137 LibTest/core/List/every_A02_t02: Fail # Cannot find value.
138 LibTest/core/List/every_A04_t01: Fail # Cannot find value.
139 LibTest/core/List/filter_A01_t01: Fail # Cannot find value.
140 LibTest/core/List/filter_A01_t02: Fail # Cannot find value.
141 LibTest/core/List/filter_A04_t01: Fail # Cannot find value.
142 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack
143 LibTest/core/List/sort_A01_t03: Fail # Cannot find value.
144 LibTest/core/Map/Map_class_A01_t04: Fail # SsaBuilder.visitContinueStatement not implemented
145 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found: 'get length' 125 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found: 'get length'
146 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented 126 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented
147 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented 127 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented
148 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented 128 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented
149 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented 129 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented
150 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented 130 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented
151 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 131 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
152 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 132 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
153 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 133 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
154 LibTest/core/Set/Set.from_A01_t01: Fail # Cannot find value
155 LibTest/core/Set/Set.from_A01_t02: Fail # Cannot find value
156 LibTest/core/Set/addAll_A01_t01: Fail # Cannot find value
157 LibTest/core/Set/addAll_A01_t02: Fail # Cannot find value
158 LibTest/core/Set/addAll_A01_t03: Fail # Cannot find value
159 LibTest/core/Set/addAll_A01_t04: Fail # Cannot find value
160 LibTest/core/Set/add_A01_t01: Fail # SsaBuilder.visitContinueStatement not imple mented
161 LibTest/core/Set/add_A01_t03: Fail # SsaBuilder.visitContinueStatement not imple mented
162 LibTest/core/Set/add_A01_t06: Fail # Cannot find value
163 LibTest/core/Set/clear_A01_t01: Fail # Cannot find value
164 LibTest/core/Set/containsAll_A01_t01: Fail # Cannot find value
165 LibTest/core/Set/containsAll_A01_t02: Fail # Cannot find value
166 LibTest/core/Set/containsAll_A01_t03: Fail # Cannot find value
167 LibTest/core/Set/contains_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented
168 LibTest/core/Set/every_A01_t01: Fail # Cannot find value
169 LibTest/core/Set/every_A01_t02: Fail # Cannot find value
170 LibTest/core/Set/every_A01_t03: Fail # Cannot find value
171 LibTest/core/Set/filter_A01_t03: Fail # Cannot find value
172 LibTest/core/Set/filter_A01_t04: Fail # Cannot find value
173 LibTest/core/Set/forEach_A01_t01: Fail # Cannot find value
174 LibTest/core/Set/forEach_A01_t03: Fail # Cannot find value
175 LibTest/core/Set/forEach_A01_t04: Fail # Cannot find value
176 LibTest/core/Set/forEach_A01_t05: Fail # Cannot find value
177 LibTest/core/Set/intersection_A01_t01: Fail # Cannot find value
178 LibTest/core/Set/intersection_A01_t02: Fail # Cannot find value
179 LibTest/core/Set/intersection_A01_t03: Fail # Cannot find value
180 LibTest/core/Set/intersection_A02_t01: Fail # Cannot find value
181 LibTest/core/Set/intersection_A03_t01: Fail # Cannot find value
182 LibTest/core/Set/isEmpty_A01_t01: Fail # SsaBuilder.visitContinueStatement not i mplemented
183 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Cannot find value
184 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Cannot find value
185 LibTest/core/Set/length_A01_t01: Fail # SsaBuilder.visitContinueStatement not im plemented
186 LibTest/core/Set/removeAll_A01_t01: Fail # Cannot find value
187 LibTest/core/Set/removeAll_A01_t02: Fail # Cannot find value
188 LibTest/core/Set/removeAll_A01_t03: Fail # Cannot find value
189 LibTest/core/Set/remove_A01_t01: Fail # Cannot find value
190 LibTest/core/Set/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im plemented
191 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value
192 LibTest/core/Set/remove_A01_t04: Fail # Cannot find value
193 LibTest/core/Set/remove_A01_t05: Fail # SsaBuilder.visitContinueStatement not im plemented
194 LibTest/core/Set/some_A01_t01: Fail # Cannot find value
195 LibTest/core/Set/some_A01_t02: Fail # Cannot find value
196 LibTest/core/Set/some_A01_t03: Fail # Cannot find value
197 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A >", <6a>) fails 134 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A >", <6a>) fails
198 135
199 136
200 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. 137 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values.
201 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks. 138 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks.
202 139
203 140
204 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000. 141 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000.
205 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000. 142 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000.
206 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00. 143 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # cannot resolve t ype f_t 194 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # cannot resolve t ype f_t
258 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # cannot resolve t ype f_t 195 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # cannot resolve t ype f_t
259 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # cannot resolve t ype f_t 196 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # cannot resolve t ype f_t
260 Language/13_Types/5_Function_Types_A01_t08: Fail # cannot resolve type interface sFunc 197 Language/13_Types/5_Function_Types_A01_t08: Fail # cannot resolve type interface sFunc
261 Language/13_Types/5_Function_Types_A01_t12: Fail # cannot resolve type interface sFunc 198 Language/13_Types/5_Function_Types_A01_t12: Fail # cannot resolve type interface sFunc
262 Language/13_Types/5_Function_Types_A01_t13: Fail # cannot resolve type interface sFunc 199 Language/13_Types/5_Function_Types_A01_t13: Fail # cannot resolve type interface sFunc
263 Language/13_Types/5_Function_Types_A01_t05: Fail # cannot resolve type returnsDy namic 200 Language/13_Types/5_Function_Types_A01_t05: Fail # cannot resolve type returnsDy namic
264 Language/13_Types/5_Function_Types_A01_t02: Fail # cannot resolve type t1 201 Language/13_Types/5_Function_Types_A01_t02: Fail # cannot resolve type t1
265 Language/13_Types/5_Function_Types_A01_t03: Fail # cannot resolve type t1 202 Language/13_Types/5_Function_Types_A01_t03: Fail # cannot resolve type t1
266 Language/13_Types/5_Function_Types_A01_t06: Fail # cannot resolve type t8 203 Language/13_Types/5_Function_Types_A01_t06: Fail # cannot resolve type t8
267 LibTest/core/Set/filter_A01_t01: Fail # duplicate definition of bool all(int e){ return false;}
268 Language/13_Types/4_Interface_Types_A05_t04: Fail # duplicate definition of num f(){} 204 Language/13_Types/4_Interface_Types_A05_t04: Fail # duplicate definition of num f(){}
269 Language/13_Types/5_Function_Types_A01_t01: Fail # duplicate definition of void f(){} 205 Language/13_Types/5_Function_Types_A01_t01: Fail # duplicate definition of void f(){}
270 Language/13_Types/5_Function_Types_A02_t04: Fail # duplicate definition of void f(){} 206 Language/13_Types/5_Function_Types_A02_t04: Fail # duplicate definition of void f(){}
271 LibTest/core/Isolate/spawn_A01_t02: Fail # duplicate definition of void func(Sen dPort result){result.call(2).receive(callbackB);} 207 LibTest/core/Isolate/spawn_A01_t02: Fail # duplicate definition of void func(Sen dPort result){result.call(2).receive(callbackB);}
272 LibTest/core/SendPort/send_A03_t01: Fail # duplicate definition of void func(var message, SendPort replyTo){message++; replyTo.send(message, sReply);} 208 LibTest/core/SendPort/send_A03_t01: Fail # duplicate definition of void func(var message, SendPort replyTo){message++; replyTo.send(message, sReply);}
273 LibTest/core/SendPort/call_A01_t01: Fail # duplicate definition of void func(var message, SendPort replyTo){print(message); rPort.close();} 209 LibTest/core/SendPort/call_A01_t01: Fail # duplicate definition of void func(var message, SendPort replyTo){print(message); rPort.close();}
274 LibTest/core/ReceivePort/close_A01_t01: Fail # duplicate definition of void func (var message, SendPort replyTo){rPort2.close(); Expect.equals(1, x);} 210 LibTest/core/ReceivePort/close_A01_t01: Fail # duplicate definition of void func (var message, SendPort replyTo){rPort2.close(); Expect.equals(1, x);}
275 LibTest/core/ReceivePort/receive_A01_t03: Fail # duplicate definition of void fu nc(var message, SendPort replyTo){replyTo.send(message);} 211 LibTest/core/ReceivePort/receive_A01_t03: Fail # duplicate definition of void fu nc(var message, SendPort replyTo){replyTo.send(message);}
276 LibTest/core/Isolate/spawn_A01_t04: Fail # duplicate definition of void func(var message, SendPort unused){if(message=="Bob"){print("fromBob <- "+message); from Bob.close();}else{Expect.fail("fromBob <- "+message);}} 212 LibTest/core/Isolate/spawn_A01_t04: Fail # duplicate definition of void func(var message, SendPort unused){if(message=="Bob"){print("fromBob <- "+message); from Bob.close();}else{Expect.fail("fromBob <- "+message);}}
277 Language/13_Types/5_Function_Types_A01_t09: Fail # f is not a type 213 Language/13_Types/5_Function_Types_A01_t09: Fail # f is not a type
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error 508 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error
573 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error 509 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
574 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error 510 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
575 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 511 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
576 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 512 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
577 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 513 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
578 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 514 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
579 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 515 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
580 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 516 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
581 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 517 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698