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

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

Issue 9705025: const constructors with optional arguments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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
« no previous file with comments | « tests/co19/co19-leg.status ('k') | tests/language/src/CompileTimeConstantETest.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $component == leg && $checked ] 5 [ $component == leg && $checked ]
6 *: Skip 6 *: Skip
7 7
8 8
9 [ $component == leg || $component == legium ] 9 [ $component == leg || $component == legium ]
10 AdjacentConstStringLiteralsTest: Crash # Issue 2110 10 AdjacentConstStringLiteralsTest: Crash # Issue 2110
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 Issue4515170Test: Fail # cannot resolve VAL 45 Issue4515170Test: Fail # cannot resolve VAL
46 LabelTest: Fail # switch cases are not implemented 46 LabelTest: Fail # switch cases are not implemented
47 LibraryPrefixesTest: Fail # other is not a type 47 LibraryPrefixesTest: Fail # other is not a type
48 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 48 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1
49 ManyGenericInstanceofTest: Fail # cannot resolve type T 49 ManyGenericInstanceofTest: Fail # cannot resolve type T
50 MapLiteral2Test: Fail # expected a constant string 50 MapLiteral2Test: Fail # expected a constant string
51 MapLiteral4Test: Fail # map not implemented 51 MapLiteral4Test: Fail # map not implemented
52 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 52 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
53 MethodNameTest: Fail # Parsing of pseudo keywords. 53 MethodNameTest: Fail # Parsing of pseudo keywords.
54 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType 54 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType
55 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem ented
56 NamedParameters2Test: Fail # Unimplemented non-matching static call 55 NamedParameters2Test: Fail # Unimplemented non-matching static call
57 NamedParameters3Test: Fail # Unimplemented non-matching static call 56 NamedParameters3Test: Fail # Unimplemented non-matching static call
58 NamedParameters4Test: Fail # Unimplemented non-matching static call 57 NamedParameters4Test: Fail # Unimplemented non-matching static call
59 NamedParametersTypeTest: Fail # Internal Error: Cannot find value 58 NamedParametersTypeTest: Fail # Internal Error: Cannot find value
60 NamingTest: Fail # Internal Error: Cannot find value 59 NamingTest: Fail # Internal Error: Cannot find value
61 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented 60 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
62 NullToStringTest: Fail # Closurization of intercepted methods. 61 NullToStringTest: Fail # Closurization of intercepted methods.
63 NumbersTest: Fail # cannot resolve type Smi 62 NumbersTest: Fail # cannot resolve type Smi
64 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 63 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
65 PseudoKWTest: Fail # Unexpected token '(' 64 PseudoKWTest: Fail # Unexpected token '('
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 254
256 RegExp3Test: Fail, OK # Expects exception from const constructor. 255 RegExp3Test: Fail, OK # Expects exception from const constructor.
257 256
258 257
259 # TODO(ahe): Categorize these failures. 258 # TODO(ahe): Categorize these failures.
260 ExecuteFinally3Test: Fail 259 ExecuteFinally3Test: Fail
261 260
262 261
263 [ $component == leg && $mode == release ] 262 [ $component == leg && $mode == release ]
264 AssignTopMethodNegativeTest: Crash 263 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | tests/language/src/CompileTimeConstantETest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698