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

Side by Side Diff: dart/tests/corelib/corelib-leg.status

Issue 9600059: Resolve constructors with type arguments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
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 corelib 5 prefix corelib
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
11 [ $component == leg ] 11 [ $component == leg ]
12 MathParseDoubleTest: Fail 12 MathParseDoubleTest: Fail
13 13
14 MapTest: Skip # SplayTree gets stuck when looking up key. MUST FIX. 14 MapTest: Skip # SplayTree gets stuck when looking up key. MUST FIX.
15 15
16 # Compilation errors. 16 # Compilation errors.
17 CollectionFromTest: Fail # named constructors with type arguments are not implem ented
18 ConstListLiteralTest: Fail # visitContinueStatement not implemented 17 ConstListLiteralTest: Fail # visitContinueStatement not implemented
19 CoreRuntimeTypesTest: Fail # map not implemented 18 CoreRuntimeTypesTest: Fail # map not implemented
20 DateTimeTest: Fail # CompileTimeConstantEvaluator not implemented 19 DateTimeTest: Fail # CompileTimeConstantEvaluator not implemented
21 ForInTest: Fail # visitContinueStatement not implemented 20 ForInTest: Fail # visitContinueStatement not implemented
22 FutureTest: Fail # named constructors with type arguments are not implemented
23 FuturesTest: Fail # factory ReceivePort is not implemented 21 FuturesTest: Fail # factory ReceivePort is not implemented
24 ListGetRangeTest: Fail # Bad code for Expect.throws. 22 ListGetRangeTest: Fail # Bad code for Expect.throws.
25 ListTest: Fail # Internal Error: Cannot find value 23 ListTest: Fail # Internal Error: Cannot find value
26 QueueTest: Fail # Internal Error: Cannot find value
27 SetTest: Fail # Internal Error: Cannot find value 24 SetTest: Fail # Internal Error: Cannot find value
28 SplayTreeTest: Fail # Internal Error: Cannot find value 25 SplayTreeTest: Fail # Internal Error: Cannot find value
29 StringPatternTest: Fail # Bad bailout code related to for-in. 26 StringPatternTest: Fail # Bad bailout code related to for-in.
30 StringTest: Fail # Internal Error: Cannot find value 27 StringTest: Fail # Internal Error: Cannot find value
31 28
32 29
33 # Bad test, assumes RegExp.allMatches returns a Collection. 30 # Bad test, assumes RegExp.allMatches returns a Collection.
34 RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forE ach' 31 RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forE ach'
35 32
36 33
34 FutureTest: Fail, OK # Bad constructor in FutureImpl, issue 2029.
35
36
37 BigIntegerVMTest: Fail, OK # VM specific test. 37 BigIntegerVMTest: Fail, OK # VM specific test.
38 GrowableObjectArray2VMTest: Fail, OK # VM specific test. 38 GrowableObjectArray2VMTest: Fail, OK # VM specific test.
39 GrowableObjectArrayVMTest: Fail, OK # VM specific test. 39 GrowableObjectArrayVMTest: Fail, OK # VM specific test.
40 StringBaseVMTest: Fail, OK # VM specific test. 40 StringBaseVMTest: Fail, OK # VM specific test.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698