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

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

Issue 9427012: Allow binary operators on compile-time-constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file.wq 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 | « tests/co19/co19-leg.status ('k') | tests/language/language.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
(...skipping 12 matching lines...) Expand all
23 FutureTest: Fail # named constructors with type arguments are not implemented 23 FutureTest: Fail # named constructors with type arguments are not implemented
24 FuturesTest: Fail # visitBreakStatement not implemented 24 FuturesTest: Fail # visitBreakStatement not implemented
25 HashMapTest: Fail # SsaBuilder.visitContinueStatement not implemented 25 HashMapTest: Fail # SsaBuilder.visitContinueStatement not implemented
26 LinkedHashMapTest: Fail # Internal Error: Cannot find value 26 LinkedHashMapTest: Fail # Internal Error: Cannot find value
27 ListGetRangeTest: Fail # Bad code for Expect.throws. 27 ListGetRangeTest: Fail # Bad code for Expect.throws.
28 ListSortTest: Fail # visitContinueStatement not implemented 28 ListSortTest: Fail # visitContinueStatement not implemented
29 ListTest: Fail # Internal Error: Cannot find value 29 ListTest: Fail # Internal Error: Cannot find value
30 MapFromTest: Fail # map not implemented 30 MapFromTest: Fail # map not implemented
31 MapTest: Fail # map not implemented 31 MapTest: Fail # map not implemented
32 MapsTest: Fail # Internal Error: Cannot find value 32 MapsTest: Fail # Internal Error: Cannot find value
33 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
34 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented 33 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented
35 QueueTest: Fail # Internal Error: Cannot find value 34 QueueTest: Fail # Internal Error: Cannot find value
36 SetIteratorTest: Fail # SsaBuilder.visitBreakStatement not implemented 35 SetIteratorTest: Fail # SsaBuilder.visitBreakStatement not implemented
37 SetTest: Fail # Internal Error: Cannot find value 36 SetTest: Fail # Internal Error: Cannot find value
38 SortTest: Fail # visitContinueStatement not implemented 37 SortTest: Fail # visitContinueStatement not implemented
39 SplayTreeTest: Fail # SsaBuilder.visitBreakStatement not implemented 38 SplayTreeTest: Fail # SsaBuilder.visitBreakStatement not implemented
40 StopwatchTest: Fail # visitBreakStatement not implemented 39 StopwatchTest: Fail # visitBreakStatement not implemented
41 StringPatternTest: Fail # Bad bailout code related to for-in. 40 StringPatternTest: Fail # Bad bailout code related to for-in.
42 StringTest: Fail # Internal Error: Cannot find value 41 StringTest: Fail # Internal Error: Cannot find value
43 42
44 43
45 # Constant lists. 44 # Constant lists.
46 ConstListRemoveRangeTest: Fail # Expect.isTrue(false) fails. 45 ConstListRemoveRangeTest: Fail # Expect.isTrue(false) fails.
47 ConstListSetRangeTest: Fail # Expect.isTrue(false) fails. 46 ConstListSetRangeTest: Fail # Expect.isTrue(false) fails.
48 47
49 48
50 # Bad test, assumes RegExp.allMatches returns a Collection. 49 # Bad test, assumes RegExp.allMatches returns a Collection.
51 RegExpAllMatchesTest: Fail # NoSuchMethodException : method not found: 'forEach' 50 RegExpAllMatchesTest: Fail # NoSuchMethodException : method not found: 'forEach'
52 51
53 52
54 BigIntegerVMTest: Fail, OK # VM specific test. 53 BigIntegerVMTest: Fail, OK # VM specific test.
55 GrowableObjectArray2VMTest: Fail, OK # VM specific test. 54 GrowableObjectArray2VMTest: Fail, OK # VM specific test.
56 GrowableObjectArrayVMTest: Fail, OK # VM specific test. 55 GrowableObjectArrayVMTest: Fail, OK # VM specific test.
57 StringBaseVMTest: Fail, OK # VM specific test. 56 StringBaseVMTest: Fail, OK # VM specific test.
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698