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

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

Issue 9542001: Fix this capturing in closures. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address 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
« no previous file with comments | « frog/tests/leg_only/leg_only.status ('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 && $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.
63 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 59 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. 60 LibTest/core/Math/atan2_A01_t03: Fail, OK # TODO(floitsch): Review.
65 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. 61 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review.
66 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int. 62 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int.
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 108
113 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail # SsaBuilder.visitContinueStatement not implemented 109 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 110 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 111 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 112 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 113 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 114 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 115 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') 116 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') 117 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. 118 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation.
126 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented 119 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 120 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value
129 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value 121 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value
130 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value 122 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value
131 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value. 123 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value.
132 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value 124 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. 125 LibTest/core/List/every_A01_t01: Fail # Duplicate definition.
135 LibTest/core/List/every_A01_t02: Fail # Cannot find value. 126 LibTest/core/List/every_A01_t02: Fail # Cannot find value.
136 LibTest/core/List/every_A02_t01: Fail # Duplicate definition. 127 LibTest/core/List/every_A02_t01: Fail # Duplicate definition.
137 LibTest/core/List/every_A02_t02: Fail # Cannot find value. 128 LibTest/core/List/every_A02_t02: Fail # Cannot find value.
138 LibTest/core/List/every_A04_t01: Fail # Cannot find value. 129 LibTest/core/List/every_A04_t01: Fail # Cannot find value.
139 LibTest/core/List/filter_A01_t01: Fail # Cannot find value. 130 LibTest/core/List/filter_A01_t01: Fail # Cannot find value.
140 LibTest/core/List/filter_A01_t02: Fail # Cannot find value. 131 LibTest/core/List/filter_A01_t02: Fail # Cannot find value.
141 LibTest/core/List/filter_A04_t01: Fail # Cannot find value. 132 LibTest/core/List/filter_A04_t01: Fail # Cannot find value.
142 LibTest/core/List/sort_A01_t01: Fail # visitContinueStatement not implemented 133 LibTest/core/List/sort_A01_t01: Fail # visitContinueStatement not implemented
143 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack 134 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack
144 LibTest/core/List/sort_A01_t03: Fail # Cannot find value. 135 LibTest/core/List/sort_A01_t03: Fail # Cannot find value.
145 LibTest/core/Map/Map_class_A01_t04: Fail # SsaBuilder.visitContinueStatement not implemented 136 LibTest/core/Map/Map_class_A01_t04: Fail # SsaBuilder.visitContinueStatement not implemented
146 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found: 'get length' 137 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found: 'get length'
147 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented 138 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented
148 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented 139 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented
149 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented 140 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented
150 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented 141 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented
151 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented 142 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented
152 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 143 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
153 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 144 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
154 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 145 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
155 LibTest/core/Set/Set.from_A01_t01: Fail # Cannot find value
156 LibTest/core/Set/Set.from_A01_t02: Fail # Cannot find value
157 LibTest/core/Set/addAll_A01_t01: Fail # Cannot find value
158 LibTest/core/Set/addAll_A01_t02: Fail # Cannot find value
159 LibTest/core/Set/addAll_A01_t03: Fail # Cannot find value
160 LibTest/core/Set/addAll_A01_t04: Fail # Cannot find value
161 LibTest/core/Set/add_A01_t01: Fail # SsaBuilder.visitContinueStatement not imple mented 146 LibTest/core/Set/add_A01_t01: Fail # SsaBuilder.visitContinueStatement not imple mented
162 LibTest/core/Set/add_A01_t03: Fail # SsaBuilder.visitContinueStatement not imple mented 147 LibTest/core/Set/add_A01_t03: Fail # SsaBuilder.visitContinueStatement not imple mented
163 LibTest/core/Set/add_A01_t06: Fail # Cannot find value 148 LibTest/core/Set/add_A01_t06: Fail # Cannot find value
164 LibTest/core/Set/clear_A01_t01: Fail # Cannot find value
165 LibTest/core/Set/containsAll_A01_t01: Fail # Cannot find value 149 LibTest/core/Set/containsAll_A01_t01: Fail # Cannot find value
166 LibTest/core/Set/containsAll_A01_t02: Fail # Cannot find value 150 LibTest/core/Set/containsAll_A01_t02: Fail # Cannot find value
167 LibTest/core/Set/containsAll_A01_t03: Fail # Cannot find value
168 LibTest/core/Set/contains_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented 151 LibTest/core/Set/contains_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented
169 LibTest/core/Set/every_A01_t01: Fail # Cannot find value 152 LibTest/core/Set/every_A01_t01: Fail # Cannot find value
170 LibTest/core/Set/every_A01_t02: Fail # Cannot find value 153 LibTest/core/Set/every_A01_t02: Fail # Cannot find value
171 LibTest/core/Set/every_A01_t03: Fail # Cannot find value 154 LibTest/core/Set/every_A01_t03: Fail # Cannot find value
172 LibTest/core/Set/filter_A01_t03: Fail # Cannot find value
173 LibTest/core/Set/filter_A01_t04: Fail # Cannot find value 155 LibTest/core/Set/filter_A01_t04: Fail # Cannot find value
174 LibTest/core/Set/forEach_A01_t01: Fail # Cannot find value
175 LibTest/core/Set/forEach_A01_t03: Fail # Cannot find value
176 LibTest/core/Set/forEach_A01_t04: Fail # Cannot find value 156 LibTest/core/Set/forEach_A01_t04: Fail # Cannot find value
177 LibTest/core/Set/forEach_A01_t05: Fail # Cannot find value 157 LibTest/core/Set/forEach_A01_t05: Fail # Cannot find value
178 LibTest/core/Set/intersection_A01_t01: Fail # Cannot find value 158 LibTest/core/Set/intersection_A01_t01: Fail # Cannot find value
179 LibTest/core/Set/intersection_A01_t02: Fail # Cannot find value
180 LibTest/core/Set/intersection_A01_t03: Fail # Cannot find value
181 LibTest/core/Set/intersection_A02_t01: Fail # Cannot find value
182 LibTest/core/Set/intersection_A03_t01: Fail # Cannot find value
183 LibTest/core/Set/isEmpty_A01_t01: Fail # SsaBuilder.visitContinueStatement not i mplemented 159 LibTest/core/Set/isEmpty_A01_t01: Fail # SsaBuilder.visitContinueStatement not i mplemented
184 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Cannot find value 160 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Cannot find value
185 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Cannot find value 161 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Cannot find value
186 LibTest/core/Set/length_A01_t01: Fail # SsaBuilder.visitContinueStatement not im plemented 162 LibTest/core/Set/length_A01_t01: Fail # SsaBuilder.visitContinueStatement not im plemented
187 LibTest/core/Set/removeAll_A01_t01: Fail # Cannot find value 163 LibTest/core/Set/removeAll_A01_t01: Fail # Cannot find value
188 LibTest/core/Set/removeAll_A01_t02: Fail # Cannot find value
189 LibTest/core/Set/removeAll_A01_t03: Fail # Cannot find value
190 LibTest/core/Set/remove_A01_t01: Fail # Cannot find value 164 LibTest/core/Set/remove_A01_t01: Fail # Cannot find value
191 LibTest/core/Set/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im plemented
192 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value 165 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value
193 LibTest/core/Set/remove_A01_t04: Fail # Cannot find value
194 LibTest/core/Set/remove_A01_t05: Fail # SsaBuilder.visitContinueStatement not im plemented 166 LibTest/core/Set/remove_A01_t05: Fail # SsaBuilder.visitContinueStatement not im plemented
195 LibTest/core/Set/some_A01_t01: Fail # Cannot find value
196 LibTest/core/Set/some_A01_t02: Fail # Cannot find value 167 LibTest/core/Set/some_A01_t02: Fail # Cannot find value
197 LibTest/core/Set/some_A01_t03: Fail # Cannot find value 168 LibTest/core/Set/some_A01_t03: Fail # Cannot find value
198 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A >", <6a>) fails 169 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A >", <6a>) fails
199 170
200 171
201 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. 172 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values.
202 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks. 173 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks.
203 174
204 175
205 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000. 176 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000.
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error 545 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error
575 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error 546 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
576 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error 547 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
577 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 548 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
578 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 549 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
579 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 550 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
580 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 551 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
581 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 552 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
582 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 553 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
583 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 554 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « frog/tests/leg_only/leg_only.status ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698