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

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

Issue 9427018: Annotate language and corelib test status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 | « no previous file | dart/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 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 CollectionFromTest: Fail 12 # Compilation errors.
13 ConstListRemoveRangeTest: Fail 13 CollectionFromTest: Fail # named constructors with type arguments are not implem ented
14 ConstListSetRangeTest: Fail 14 CoreRuntimeTypesTest: Fail # map not implemented
15 CoreRuntimeTypesTest: Fail 15 DateTimeTest: Fail # SsaBuilder.visitBreakStatement not implemented
16 DateTimeTest: Fail 16 ForInTest: Fail # visitContinueStatement not implemented
17 DoubleCompareTest: Fail 17 FutureTest: Fail # named constructors with type arguments are not implemented
18 ExpressionTest: Fail 18 FuturesTest: Fail # visitBreakStatement not implemented
19 ForInTest: Fail 19 HashMapTest: Fail # SsaBuilder.visitContinueStatement not implemented
20 FutureTest: Fail 20 LinkedHashMapTest: Fail # Internal Error: Cannot find value
21 FuturesTest: Fail 21 ListSortTest: Fail # visitContinueStatement not implemented
22 HashMapTest: Fail 22 ListTest: Fail # Internal Error: Cannot find value
23 LinkedHashMapTest: Fail 23 MapFromTest: Fail # map not implemented
24 ListGetRangeTest: Fail 24 MapTest: Fail # map not implemented
25 ListSortTest: Fail 25 MapsTest: Fail # Internal Error: Cannot find value
26 ListTest: Fail 26 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented
27 MapFromTest: Fail 27 QueueTest: Fail # Internal Error: Cannot find value
28 MapTest: Fail 28 SetIteratorTest: Fail # SsaBuilder.visitBreakStatement not implemented
29 MapsTest: Fail 29 SetTest: Fail # Internal Error: Cannot find value
30 MathTest: Fail 30 SortTest: Fail # visitContinueStatement not implemented
31 PortTest: Fail 31 SplayTreeTest: Fail # SsaBuilder.visitBreakStatement not implemented
32 PromiseTest: Fail 32 StopwatchTest: Fail # visitBreakStatement not implemented
33 QueueTest: Fail 33 StringTest: Fail # Internal Error: Cannot find value
34 RegExp1Test: Fail 34
35 RegExpAllMatchesTest: Fail 35
36 SetIteratorTest: Fail 36 # Implementation errors.
37 SetTest: Fail 37 ConstListRemoveRangeTest: Fail # Expect.isTrue(false) fails.
38 SortTest: Fail 38 ConstListSetRangeTest: Fail # Expect.isTrue(false) fails.
39 SplayTreeTest: Fail 39 DoubleCompareTest: Fail # Expect.isTrue(false) fails.
40 StopwatchTest: Fail 40 ExpressionTest: Fail # Expect.equals(expected: <2>, actual: <null>) fails.
41 StringPatternTest: Fail 41 ListGetRangeTest: Fail # Expect.isTrue(false) fails.
42 StringSplitRegExpTest: Fail 42 MathTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
43 StringTest: Fail 43 RegExp1Test: Fail # Expect.equals(expected: <false>, actual: <null>) fails.
44 StringPatternTest: Fail # String.allMatches is not implemented
45 StringSplitRegExpTest: Fail # Illegal argument(s): Instance of 'JSSyntaxRegExp'
46
47
48 # Bad test, assumes RegExp.allMatches returns a Collection.
49 RegExpAllMatchesTest: Fail # NoSuchMethodException : method not found: 'forEach'
44 50
45 51
46 BigIntegerVMTest: Fail, OK # VM specific test. 52 BigIntegerVMTest: Fail, OK # VM specific test.
47 GrowableObjectArray2VMTest: Fail, OK # VM specific test. 53 GrowableObjectArray2VMTest: Fail, OK # VM specific test.
48 GrowableObjectArrayVMTest: Fail, OK # VM specific test. 54 GrowableObjectArrayVMTest: Fail, OK # VM specific test.
49 StringBaseVMTest: Fail, OK # VM specific test. 55 StringBaseVMTest: Fail, OK # VM specific test.
OLDNEW
« no previous file with comments | « no previous file | dart/tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698