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

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: 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) 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 251
253 DivByZeroTest: Fail, OK # Leg only has doubles. 252 DivByZeroTest: Fail, OK # Leg only has doubles.
254 253
255 254
256 # TODO(ahe): Categorize these failures. 255 # TODO(ahe): Categorize these failures.
257 ExecuteFinally3Test: Fail 256 ExecuteFinally3Test: Fail
258 257
259 258
260 [ $component == leg && $mode == release ] 259 [ $component == leg && $mode == release ]
261 AssignTopMethodNegativeTest: Crash 260 AssignTopMethodNegativeTest: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698