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

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

Issue 9502002: Add FunctionDeclaration node. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files. 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 | « frog/leg/typechecker.dart ('k') | tests/language/language-leg.status » ('j') | 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 prefix co19 5 prefix co19
6 6
7 [ $component == leg ] 7 [ $component == leg ]
8 # These classes have been removed, co19 issue 79. 8 # These classes have been removed, co19 issue 79.
9 LibTest/core/Dispatcher/*: Fail, OK 9 LibTest/core/Dispatcher/*: Fail, OK
10 LibTest/core/List/every_A03_t01: Fail, OK 10 LibTest/core/List/every_A03_t01: Fail, OK
11 LibTest/core/List/filter_A03_t01: Fail, OK 11 LibTest/core/List/filter_A03_t01: Fail, OK
12 LibTest/core/List/some_A03_t01: Fail, OK 12 LibTest/core/List/some_A03_t01: Fail, OK
13 LibTest/core/Promise/*: Fail, OK 13 LibTest/core/Promise/*: Fail, OK
14 LibTest/core/Proxy/*: Fail, OK 14 LibTest/core/Proxy/*: Fail, OK
15 15
16 # missing #import("dart:isolate"), co19 issue 80 16 # missing #import("dart:isolate"), co19 issue 80
17 LibTest/core/Isolate/*: Fail, OK 17 LibTest/core/Isolate/*: Fail, OK
18 LibTest/core/SendPort/*: Fail, OK 18 LibTest/core/SendPort/*: Fail, OK
19 LibTest/core/ReceivePort/*: Fail, OK 19 LibTest/core/ReceivePort/*: Fail, OK
20 20
21 21
22 [ $component == leg && $checked ] 22 [ $component == leg && $checked ]
23 # Leg does not support checked mode yet. 23 # Leg does not support checked mode yet.
24 *: Skip 24 *: Skip
25 25
26 26
27 [ $component == leg && $mode == release ] 27 [ $component == leg && $mode == release ]
28 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras h
29 Language/06_Functions/06_Functions_A01_t01: Crash
30 28
31 29
32 [ $component == leg && $mode == debug ] 30 [ $component == leg && $mode == debug ]
33 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail
34 Language/06_Functions/06_Functions_A01_t01: Fail
35 31
36 32
37 [ $component == leg ] 33 [ $component == leg ]
34 Language/13_Types/7_Type_Void_A01_t02: Fail # TODO(ahe): investigate.
35 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail # TODO(ahe): investigate.
36
38 # Crashes and time outs. 37 # Crashes and time outs.
39 LibTest/core/List/sort_A01_t04: Skip # Times out. 38 LibTest/core/List/sort_A01_t04: Skip # Times out.
40 LibTest/core/List/sort_A01_t05: Skip # Times out. 39 LibTest/core/List/sort_A01_t05: Skip # Times out.
41 LibTest/core/List/sort_A01_t06: Skip # Times out. 40 LibTest/core/List/sort_A01_t06: Skip # Times out.
42 41
43 42
44 # This test should not time out. It is not that big. 43 # This test should not time out. It is not that big.
45 LibTest/core/RegExp/hasMatch_A01_t02: Skip # Times out. Also, issue co19 81. 44 LibTest/core/RegExp/hasMatch_A01_t02: Skip # Times out. Also, issue co19 81.
46 45
47 46
48 # Fail type assertion on VM, cancels otherwise. 47 # Fail type assertion on VM, cancels otherwise.
49 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail , Crash
50 Language/06_Functions/06_Functions_A01_t01: Fail, Crash
51 LibTest/core/Queue/addAll_A01_t01: Fail, Crash 48 LibTest/core/Queue/addAll_A01_t01: Fail, Crash
52 49
53 50
54 # Issues with co19 test suite. 51 # Issues with co19 test suite.
55 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior. 52 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior.
56 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior. 53 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior.
57 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior. 54 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior.
58 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 55 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
59 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 56 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
60 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 57 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 LibTest/core/double/toInt_A01_t02: Fail, OK # VM handling of double literals. 101 LibTest/core/double/toInt_A01_t02: Fail, OK # VM handling of double literals.
105 LibTest/core/double/toInt_A01_t05: Fail, OK # VM handling of double literals. 102 LibTest/core/double/toInt_A01_t05: Fail, OK # VM handling of double literals.
106 103
107 104
108 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01: Fail # SsaBuilder: throw without expression not implemented 105 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01: Fail # SsaBuilder: throw without expression not implemented
109 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02: Fail # SsaBuilder: throw without expression not implemented 106 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02: Fail # SsaBuilder: throw without expression not implemented
110 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail # SsaBuilder.visitContinueStatement not implemented 107 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_t05: Fail # SsaBuilder: throw without expression not implemented 108 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05: Fail # SsaBuilder: throw without expression not implemented
112 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail # SsaBuilder.visitContinueStatement not implemented 109 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail # SsaBuilder.visitContinueStatement not implemented
113 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this 110 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this
114 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t01: Fail # Cannot find value
115 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A03_t01: Fail # Cannot find value
116 Language/06_Functions/06_Functions_A01_t02: Fail # non-empty instruction stack
117 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted 111 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted
118 Language/06_Functions/06_Functions_A02_t01: Fail # Cannot find value
119 Language/06_Functions/06_Functions_A03_t01: Fail # Cannot find value
120 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented 112 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented
121 Language/07_Classes/7_Static_Variables_A04_t01: Fail # SsaBuilder.visitContinueS tatement not implemented 113 Language/07_Classes/7_Static_Variables_A04_t01: Fail # SsaBuilder.visitContinueS tatement not implemented
122 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this 114 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this
123 Language/13_Types/4_Interface_Types_A07_t03: Fail # SsaBuilder.visitContinueStat ement not implemented 115 Language/13_Types/4_Interface_Types_A07_t03: Fail # SsaBuilder.visitContinueStat ement not implemented
124 Language/13_Types/4_Interface_Types_A09_t01: Fail # Cannot find value
125 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value 116 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value
126 Language/13_Types/5_Function_Types_A02_t05: Fail # Cannot find value
127 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') 117 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
128 LibTest/core/Date/Date.fromString_A05_t01: Fail # Expect.fail('Some exception is expected') 118 LibTest/core/Date/Date.fromString_A05_t01: Fail # Expect.fail('Some exception is expected')
129 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value 119 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value
130 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value 120 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value
131 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value 121 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value
132 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation. 122 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation.
133 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented 123 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented
134 LibTest/core/HashMap/HashMap.from_A02_t01: Fail # SsaBuilder.visitContinueStatem ent not implemented 124 LibTest/core/HashMap/HashMap.from_A02_t01: Fail # SsaBuilder.visitContinueStatem ent not implemented
135 LibTest/core/HashMap/HashMap_A01_t01: Fail # SsaBuilder.visitContinueStatement n ot implemented 125 LibTest/core/HashMap/HashMap_A01_t01: Fail # SsaBuilder.visitContinueStatement n ot implemented
136 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Cannot find value 126 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Cannot find value
137 LibTest/core/HashSet/HashSet.from_A02_t01: Fail # CompileTimeConstantEvaluator n ot implemented 127 LibTest/core/HashSet/HashSet.from_A02_t01: Fail # CompileTimeConstantEvaluator n ot implemented
138 LibTest/core/HashSet/HashSet_A01_t01: Fail # SsaBuilder.visitContinueStatement n ot implemented 128 LibTest/core/HashSet/HashSet_A01_t01: Fail # SsaBuilder.visitContinueStatement n ot implemented
139 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value 129 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value
140 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value 130 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value
141 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value 131 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value
142 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail # SsaBuilder.visitCo ntinueStatement 132 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail # SsaBuilder.visitCo ntinueStatement
143 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail # SsaBuilder.visitContinu eStatement not implemented 133 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail # SsaBuilder.visitContinu eStatement not implemented
144 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail # SsaBuilder.visitC ontinueStatement 134 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail # SsaBuilder.visitC ontinueStatement
145 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value. 135 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value.
146 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value 136 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value
147 LibTest/core/List/addAll_A01_t01: Fail # Cannot find value 137 LibTest/core/List/addAll_A01_t01: Fail # Cannot find value
148 LibTest/core/List/every_A01_t01: Fail # Duplicate definition. 138 LibTest/core/List/every_A01_t01: Fail # Duplicate definition.
149 LibTest/core/List/every_A01_t02: Fail # Cannot find value. 139 LibTest/core/List/every_A01_t02: Fail # Cannot find value.
150 LibTest/core/List/every_A02_t01: Fail # Duplicate definition. 140 LibTest/core/List/every_A02_t01: Fail # Duplicate definition.
151 LibTest/core/List/every_A02_t02: Fail # Cannot find value. 141 LibTest/core/List/every_A02_t02: Fail # Cannot find value.
152 LibTest/core/List/every_A04_t01: Fail # Cannot find value. 142 LibTest/core/List/every_A04_t01: Fail # Cannot find value.
153 LibTest/core/List/filter_A01_t01: Fail # Cannot find value. 143 LibTest/core/List/filter_A01_t01: Fail # Cannot find value.
154 LibTest/core/List/filter_A01_t02: Fail # Cannot find value. 144 LibTest/core/List/filter_A01_t02: Fail # Cannot find value.
155 LibTest/core/List/filter_A02_t01: Fail # Duplicate definition.
156 LibTest/core/List/filter_A04_t01: Fail # Cannot find value. 145 LibTest/core/List/filter_A04_t01: Fail # Cannot find value.
157 LibTest/core/List/forEach_A01_t01: Fail # Cannot find value.
158 LibTest/core/List/forEach_A02_t01: Fail # TypeError: Object 123 has no method '$ call$1' 146 LibTest/core/List/forEach_A02_t01: Fail # TypeError: Object 123 has no method '$ call$1'
159 LibTest/core/List/forEach_A03_t01: Fail # Cannot find value.
160 LibTest/core/List/some_A01_t01: Fail # Duplicate definition.
161 LibTest/core/List/some_A01_t02: Fail # Cannot find value.
162 LibTest/core/List/sort_A01_t01: Fail # visitContinueStatement not implemented 147 LibTest/core/List/sort_A01_t01: Fail # visitContinueStatement not implemented
163 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack 148 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack
164 LibTest/core/List/sort_A01_t03: Fail # Cannot find value. 149 LibTest/core/List/sort_A01_t03: Fail # Cannot find value.
165 LibTest/core/Map/Map_class_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented 150 LibTest/core/Map/Map_class_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented
166 LibTest/core/Map/Map_class_A01_t02: Fail # SsaBuilder.visitContinueStatement not implemented 151 LibTest/core/Map/Map_class_A01_t02: Fail # SsaBuilder.visitContinueStatement not implemented
167 LibTest/core/Map/Map_class_A01_t03: Fail # SsaBuilder.visitContinueStatement not implemented 152 LibTest/core/Map/Map_class_A01_t03: Fail # SsaBuilder.visitContinueStatement not implemented
168 LibTest/core/Map/Map_class_A01_t04: Fail # SsaBuilder.visitContinueStatement not implemented 153 LibTest/core/Map/Map_class_A01_t04: Fail # SsaBuilder.visitContinueStatement not implemented
169 LibTest/core/Map/clear_A01_t01: Fail # SsaBuilder.visitContinueStatement not imp lemented 154 LibTest/core/Map/clear_A01_t01: Fail # SsaBuilder.visitContinueStatement not imp lemented
170 LibTest/core/Map/containsKey_A01_t01: Fail # SsaBuilder.visitContinueStatement n ot implemented 155 LibTest/core/Map/containsKey_A01_t01: Fail # SsaBuilder.visitContinueStatement n ot implemented
171 LibTest/core/Map/containsValue_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented 156 LibTest/core/Map/containsValue_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # cannot resolve t ype f_t 337 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # cannot resolve t ype f_t
353 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # cannot resolve t ype f_t 338 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # cannot resolve t ype f_t
354 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # cannot resolve t ype f_t 339 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # cannot resolve t ype f_t
355 Language/13_Types/5_Function_Types_A01_t08: Fail # cannot resolve type interface sFunc 340 Language/13_Types/5_Function_Types_A01_t08: Fail # cannot resolve type interface sFunc
356 Language/13_Types/5_Function_Types_A01_t12: Fail # cannot resolve type interface sFunc 341 Language/13_Types/5_Function_Types_A01_t12: Fail # cannot resolve type interface sFunc
357 Language/13_Types/5_Function_Types_A01_t13: Fail # cannot resolve type interface sFunc 342 Language/13_Types/5_Function_Types_A01_t13: Fail # cannot resolve type interface sFunc
358 Language/13_Types/5_Function_Types_A01_t05: Fail # cannot resolve type returnsDy namic 343 Language/13_Types/5_Function_Types_A01_t05: Fail # cannot resolve type returnsDy namic
359 Language/13_Types/5_Function_Types_A01_t02: Fail # cannot resolve type t1 344 Language/13_Types/5_Function_Types_A01_t02: Fail # cannot resolve type t1
360 Language/13_Types/5_Function_Types_A01_t03: Fail # cannot resolve type t1 345 Language/13_Types/5_Function_Types_A01_t03: Fail # cannot resolve type t1
361 Language/13_Types/5_Function_Types_A01_t06: Fail # cannot resolve type t8 346 Language/13_Types/5_Function_Types_A01_t06: Fail # cannot resolve type t8
362 Language/13_Types/4_Interface_Types_A08_t03: Fail # duplicate definition of D f( int i, D b, Map<int, int> m, func x, [func ox, D ob, List<int> ol, bool obool]){ }
363 Language/13_Types/4_Interface_Types_A10_t07: Fail # duplicate definition of I<f, num, List<Map<num, Map>>>>>> _(){}
364 LibTest/core/Set/filter_A01_t01: Fail # duplicate definition of bool all(int e){ return false;} 347 LibTest/core/Set/filter_A01_t01: Fail # duplicate definition of bool all(int e){ return false;}
365 LibTest/core/Queue/every_A01_t04: Fail # duplicate definition of bool f(int elem ent){return element<1000;}
366 LibTest/core/Queue/some_A01_t04: Fail # duplicate definition of bool f(int eleme nt){return element<1000;}
367 LibTest/core/Queue/filter_A01_t04: Fail # duplicate definition of bool f(int ele ment){return element==0;}
368 LibTest/core/Queue/some_A01_t01: Fail # duplicate definition of bool f(var eleme nt){count++; return element>50;}
369 LibTest/core/Queue/some_A01_t06: Fail # duplicate definition of bool func(var el ement){list.removeFirst(); return false;}
370 LibTest/core/Queue/every_A01_t06: Fail # duplicate definition of bool func(var e lement){list.removeFirst(); return true;}
371 LibTest/core/Queue/filter_A01_t06: Fail # duplicate definition of bool func(var element){list.removeFirst(); return true;}
372 Language/13_Types/4_Interface_Types_A05_t04: Fail # duplicate definition of num f(){} 348 Language/13_Types/4_Interface_Types_A05_t04: Fail # duplicate definition of num f(){}
373 Language/13_Types/5_Function_Types_A01_t01: Fail # duplicate definition of void f(){} 349 Language/13_Types/5_Function_Types_A01_t01: Fail # duplicate definition of void f(){}
374 Language/13_Types/5_Function_Types_A02_t04: Fail # duplicate definition of void f(){} 350 Language/13_Types/5_Function_Types_A02_t04: Fail # duplicate definition of void f(){}
375 LibTest/core/Isolate/spawn_A01_t02: Fail # duplicate definition of void func(Sen dPort result){result.call(2).receive(callbackB);} 351 LibTest/core/Isolate/spawn_A01_t02: Fail # duplicate definition of void func(Sen dPort result){result.call(2).receive(callbackB);}
376 LibTest/core/Map/forEach_A01_t07: Fail # duplicate definition of void func(Strin g key, Object value){map.remove("2"); i++;} 352 LibTest/core/Map/forEach_A01_t07: Fail # duplicate definition of void func(Strin g key, Object value){map.remove("2"); i++;}
377 LibTest/core/Queue/forEach_A01_t04: Fail # duplicate definition of void func(var element){list.removeFirst();}
378 LibTest/core/SendPort/send_A03_t01: Fail # duplicate definition of void func(var message, SendPort replyTo){message++; replyTo.send(message, sReply);} 353 LibTest/core/SendPort/send_A03_t01: Fail # duplicate definition of void func(var message, SendPort replyTo){message++; replyTo.send(message, sReply);}
379 LibTest/core/SendPort/call_A01_t01: Fail # duplicate definition of void func(var message, SendPort replyTo){print(message); rPort.close();} 354 LibTest/core/SendPort/call_A01_t01: Fail # duplicate definition of void func(var message, SendPort replyTo){print(message); rPort.close();}
380 LibTest/core/ReceivePort/close_A01_t01: Fail # duplicate definition of void func (var message, SendPort replyTo){rPort2.close(); Expect.equals(1, x);} 355 LibTest/core/ReceivePort/close_A01_t01: Fail # duplicate definition of void func (var message, SendPort replyTo){rPort2.close(); Expect.equals(1, x);}
381 LibTest/core/ReceivePort/receive_A01_t03: Fail # duplicate definition of void fu nc(var message, SendPort replyTo){replyTo.send(message);} 356 LibTest/core/ReceivePort/receive_A01_t03: Fail # duplicate definition of void fu nc(var message, SendPort replyTo){replyTo.send(message);}
382 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);}} 357 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);}}
383 Language/13_Types/5_Function_Types_A01_t09: Fail # f is not a type 358 Language/13_Types/5_Function_Types_A01_t09: Fail # f is not a type
384 LibTest/core/ReceivePort/ReceivePort_A01_t01: Fail # factory ReceivePort is not implemented 359 LibTest/core/ReceivePort/ReceivePort_A01_t01: Fail # factory ReceivePort is not implemented
385 LibTest/core/ReceivePort/close_A02_t01: Fail # factory ReceivePort is not implem ented 360 LibTest/core/ReceivePort/close_A02_t01: Fail # factory ReceivePort is not implem ented
386 LibTest/core/ReceivePort/receive_A01_t01: Fail # factory ReceivePort is not impl emented 361 LibTest/core/ReceivePort/receive_A01_t01: Fail # factory ReceivePort is not impl emented
387 LibTest/core/ReceivePort/receive_A01_t02: Fail # factory ReceivePort is not impl emented 362 LibTest/core/ReceivePort/receive_A01_t02: Fail # factory ReceivePort is not impl emented
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error 651 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error
677 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 652 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
678 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 653 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
679 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 654 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
680 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 655 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
681 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 656 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
682 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 657 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
683 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 658 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
684 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 659 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
685 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 660 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « frog/leg/typechecker.dart ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698