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

Side by Side Diff: tests/language/language.status

Issue 8457007: Better runtime type checks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merged, and fix typo in member name Created 9 years, 1 month 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
« frog/world.dart ('K') | « frog/world.dart ('k') | 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 Private3Test: Fail 181 Private3Test: Fail
182 182
183 TypedMessageTest: Fail # Bug 5246195 183 TypedMessageTest: Fail # Bug 5246195
184 184
185 185
186 [ $component == frogsh ] 186 [ $component == frogsh ]
187 PrivateMemberTest/01: Skip # Leads to stack overflows when self-hosted. 187 PrivateMemberTest/01: Skip # Leads to stack overflows when self-hosted.
188 PrivateMemberTest/02: Skip # Leads to stack overflows when self-hosted. 188 PrivateMemberTest/02: Skip # Leads to stack overflows when self-hosted.
189 PrivateMemberTest/03: Skip # Leads to stack overflows when self-hosted. 189 PrivateMemberTest/03: Skip # Leads to stack overflows when self-hosted.
190 PrivateMemberTest/04: Skip # Leads to stack overflows when self-hosted. 190 PrivateMemberTest/04: Skip # Leads to stack overflows when self-hosted.
191 CTConstTest: Fail # Not checking for generic type in const expression.
192 191
193 [ $component == frog || $component == leg ] 192 [ $component == frog || $component == leg ]
194 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 193 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
195 CTConstTest: Pass # pass for the wrong reason: how numbers are printed, rather
196 # than checking for generic type in const expression
197 PrivateMemberTest/01: Fail 194 PrivateMemberTest/01: Fail
198 PrivateMemberTest/02: Fail 195 PrivateMemberTest/02: Fail
199 PrivateMemberTest/03: Fail 196 PrivateMemberTest/03: Fail
200 PrivateMemberTest/04: Fail 197 PrivateMemberTest/04: Fail
201 198
202 [ $component == frogsh || $component == frog || $component == leg ] 199 [ $component == frogsh || $component == frog || $component == leg ]
203 200
204 # VM or DartC specific tests not to be run by Frog. See language.status 201 # VM or DartC specific tests not to be run by Frog. See language.status
205 *VMTest: Skip 202 *VMTest: Skip
206 *VMNegativeTest: Skip 203 *VMNegativeTest: Skip
207 *DartcTest: Skip 204 *DartcTest: Skip
208 *DartcNegativeTest: Skip 205 *DartcNegativeTest: Skip
209 206
210 BitOperationsTest: Skip # relies on big integers not available in JS 207 BitOperationsTest: Skip # relies on big integers not available in JS
211 CallThroughGetterTest: Fail 208 CallThroughGetterTest: Fail
212 CanonicalConstTest: Fail # type in const array allocation is erased 209 CanonicalConstTest: Fail # type in const array allocation is erased
213 CharEscapeTest: Fail 210 CharEscapeTest: Fail
214 ClassOverrideNegativeTest: Fail 211 ClassOverrideNegativeTest: Fail
215 ClosuresWithComplexParamsTest: Fail 212 ClosuresWithComplexParamsTest: Fail
216 CompoundAssignmentOperatorTest: Fail 213 CompoundAssignmentOperatorTest: Fail
217 ConstFactoryNegativeTest: Fail 214 ConstFactoryNegativeTest: Fail
218 ConstObjectsAreImmutableTest: Fail 215 ConstObjectsAreImmutableTest: Fail
219 ConstructorDefaultTest: Fail 216 ConstructorDefaultTest: Fail
220 ConstructorSetterNegativeTest: Fail # we were passing this test for the wrong reason 217 ConstructorSetterNegativeTest: Fail # we were passing this test for the wrong reason
218 CTConstTest: Fail # Not checking for generic type in const expression.
221 DynamicTest: Fail # newly added on 10/27 219 DynamicTest: Fail # newly added on 10/27
222 EmptyBodyMemberNegativeTest: Fail 220 EmptyBodyMemberNegativeTest: Fail
223 ExampleConstructorTest: Fail 221 ExampleConstructorTest: Fail
224 Constructor2Test: Fail 222 Constructor2Test: Fail
225 Constructor3Test: Fail 223 Constructor3Test: Fail
226 Constructor4Test: Fail 224 Constructor4Test: Fail
227 Constructor5Test: Fail # Order of initializers. 225 Constructor5Test: Fail # Order of initializers.
228 Constructor6Test: Fail # Parse failure in initializers. 226 Constructor6Test: Fail # Parse failure in initializers.
229 ExecuteFinally6Test: Fail 227 ExecuteFinally6Test: Fail
230 ExpectTest: Fail 228 ExpectTest: Fail
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 DoubleComparisonTest: Fail 343 DoubleComparisonTest: Fail
346 344
347 [ $arch == x64 ] 345 [ $arch == x64 ]
348 *: Skip 346 *: Skip
349 347
350 [ $arch == simarm ] 348 [ $arch == simarm ]
351 *: Skip 349 *: Skip
352 350
353 [ $arch == arm ] 351 [ $arch == arm ]
354 *: Skip 352 *: Skip
OLDNEW
« frog/world.dart ('K') | « frog/world.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698