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

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

Issue 8914024: frog: better binding of methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 9 years 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 | « tests/corelib/src/ConstListLiteralTest.dart ('k') | tests/language/src/MethodBindingTest.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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 Library5NegativeTest: Fail # issue with test see #354 247 Library5NegativeTest: Fail # issue with test see #354
248 Library6NegativeTest: Fail # issue with test see #354 248 Library6NegativeTest: Fail # issue with test see #354
249 ListLiteral3Test: Fail # vm and frog throw different exceptions 249 ListLiteral3Test: Fail # vm and frog throw different exceptions
250 ListLiteral4Test: Fail # missing type checks on index operations 250 ListLiteral4Test: Fail # missing type checks on index operations
251 ListTest: Fail # array bound checks not implemented 251 ListTest: Fail # array bound checks not implemented
252 LocalFunction3Test: Fail 252 LocalFunction3Test: Fail
253 LocalFunctionTest: Fail 253 LocalFunctionTest: Fail
254 ManyGenericInstanceofTest: Fail 254 ManyGenericInstanceofTest: Fail
255 MapLiteral4Test: Fail # missing checks on map index operations 255 MapLiteral4Test: Fail # missing checks on map index operations
256 MathTest: Fail 256 MathTest: Fail
257 MethodBindingTest: Fail
258 MethodOverrideTest: Fail 257 MethodOverrideTest: Fail
259 NamedParametersPassingFalsyTest: Fail 258 NamedParametersPassingFalsyTest: Fail
260 NamedParametersTypeTest: Fail 259 NamedParametersTypeTest: Fail
261 NamedParametersWithConversionsTest: Fail 260 NamedParametersWithConversionsTest: Fail
262 NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined. 261 NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined.
263 NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X' 262 NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X'
264 NonConstSuperNegativeTest: Fail 263 NonConstSuperNegativeTest: Fail
265 NullPointerExceptionTest: Fail 264 NullPointerExceptionTest: Fail
266 NullTest: Fail 265 NullTest: Fail
267 NullToStringTest: Fail 266 NullToStringTest: Fail
268 NumbersTest: Fail 267 NumbersTest: Fail
269 ObjectDynamicMethodTest: Fail 268 ObjectDynamicMethodTest: Fail
270 OverrideMethodWithFieldTest/01: Fail 269 OverrideMethodWithFieldTest/01: Fail
271 OverrideFieldTest/01: Fail 270 OverrideFieldTest/01: Fail
272 OverrideFieldTest/04: Fail 271 OverrideFieldTest/04: Fail
273 ParameterInitializer5NegativeTest: Fail # Issue 581 272 ParameterInitializer5NegativeTest: Fail # Issue 581
274 Prefix3NegativeTest: Fail 273 Prefix3NegativeTest: Fail
275 Prefix7NegativeTest: Fail 274 Prefix7NegativeTest: Fail
276 Prefix8NegativeTest: Fail 275 Prefix8NegativeTest: Fail
277 Prefix9NegativeTest: Fail 276 Prefix9NegativeTest: Fail
278 Prefix11NegativeTest: Fail 277 Prefix11NegativeTest: Fail
279 Prefix14NegativeTest: Fail 278 Prefix14NegativeTest: Fail
280 Prefix16NegativeTest: Fail 279 Prefix16NegativeTest: Fail
281 Prefix20NegativeTest: Fail 280 Prefix20NegativeTest: Fail
282 Prefix15Test: Fail
283 PrivateMemberTest: Fail 281 PrivateMemberTest: Fail
284 PrivateMember2NegativeTest: Fail 282 PrivateMember2NegativeTest: Fail
285 PrivateMember3NegativeTest: Fail 283 PrivateMember3NegativeTest: Fail
286 PrivateTest: Fail 284 PrivateTest: Fail
287 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 285 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356
288 RegExp3Test: Fail 286 RegExp3Test: Fail
289 ScopeNegativeTest: Fail 287 ScopeNegativeTest: Fail
290 ScriptNegativeTest: Fail 288 ScriptNegativeTest: Fail
291 StringEscapesTest: Fail 289 StringEscapesTest: Fail
292 StringTest: Fail 290 StringTest: Fail
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. 356 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined.
359 357
360 [ $arch == x64 ] 358 [ $arch == x64 ]
361 *: Skip 359 *: Skip
362 360
363 [ $arch == simarm ] 361 [ $arch == simarm ]
364 *: Skip 362 *: Skip
365 363
366 [ $arch == arm ] 364 [ $arch == arm ]
367 *: Skip 365 *: Skip
OLDNEW
« no previous file with comments | « tests/corelib/src/ConstListLiteralTest.dart ('k') | tests/language/src/MethodBindingTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698