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

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

Issue 8567010: Dynamically dispatch getters and setters on dynamically-typed variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes, frogsh 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
« no previous file with comments | « frog/member.dart ('k') | tests/language/src/ConstObjectsAreImmutableTest.dart » ('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 # 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 Library1NegativeTest: Fail # issue with test see #354 267 Library1NegativeTest: Fail # issue with test see #354
268 Library4NegativeTest: Fail # issue with test see #354 268 Library4NegativeTest: Fail # issue with test see #354
269 Library5NegativeTest: Fail # issue with test see #354 269 Library5NegativeTest: Fail # issue with test see #354
270 Library6NegativeTest: Fail # issue with test see #354 270 Library6NegativeTest: Fail # issue with test see #354
271 ListLiteral3Test: Fail 271 ListLiteral3Test: Fail
272 ListTest: Fail # array bound checks not implemented 272 ListTest: Fail # array bound checks not implemented
273 LocalFunction3Test: Fail 273 LocalFunction3Test: Fail
274 LocalFunctionTest: Fail 274 LocalFunctionTest: Fail
275 ManyGenericInstanceofTest: Fail 275 ManyGenericInstanceofTest: Fail
276 MathTest: Fail 276 MathTest: Fail
277 MethodBindingTest: Fail
277 MethodOverrideTest: Fail 278 MethodOverrideTest: Fail
278 NamedParametersPassingFalsyTest: Fail 279 NamedParametersPassingFalsyTest: Fail
279 NamedParametersTypeTest: Fail 280 NamedParametersTypeTest: Fail
280 NamedParametersWithConversionsTest: Fail 281 NamedParametersWithConversionsTest: Fail
281 NamingTest: Fail 282 NamingTest: Fail
282 NonConstSuperNegativeTest: Fail 283 NonConstSuperNegativeTest: Fail
283 NullPointerExceptionTest: Fail 284 NullPointerExceptionTest: Fail
284 NullTest: Fail 285 NullTest: Fail
285 NullToStringTest: Fail 286 NullToStringTest: Fail
286 NumberSyntaxTest: Fail 287 NumberSyntaxTest: Fail
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 StaticField2RunNegativeTest: Fail 352 StaticField2RunNegativeTest: Fail
352 353
353 [ $arch == x64 ] 354 [ $arch == x64 ]
354 *: Skip 355 *: Skip
355 356
356 [ $arch == simarm ] 357 [ $arch == simarm ]
357 *: Skip 358 *: Skip
358 359
359 [ $arch == arm ] 360 [ $arch == arm ]
360 *: Skip 361 *: Skip
OLDNEW
« no previous file with comments | « frog/member.dart ('k') | tests/language/src/ConstObjectsAreImmutableTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698