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

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

Issue 9930005: Use default values of named arguments when invoking the default super constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 8 years, 8 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/language/language.status ('k') | tests/language/src/CompileTimeConstantLTest.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 [ $compiler == dart2js && $checked ] 5 [ $compiler == dart2js && $checked ]
6 *: Skip 6 *: Skip
7 7
8 8
9 [ $compiler == dart2js] 9 [ $compiler == dart2js]
10 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet . 10 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet .
(...skipping 29 matching lines...) Expand all
40 ManyGenericInstanceofTest: Fail # cannot resolve type T 40 ManyGenericInstanceofTest: Fail # cannot resolve type T
41 MethodBindingTest: Fail # internal error: super property read not implemented. 41 MethodBindingTest: Fail # internal error: super property read not implemented.
42 MethodNameTest: Fail # Parsing of pseudo keywords. 42 MethodNameTest: Fail # Parsing of pseudo keywords.
43 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType 43 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType
44 NamedParameters2Test: Fail # Unimplemented non-matching static call 44 NamedParameters2Test: Fail # Unimplemented non-matching static call
45 NamedParameters3Test: Fail # Unimplemented non-matching static call 45 NamedParameters3Test: Fail # Unimplemented non-matching static call
46 NamedParameters4Test: Fail # Unimplemented non-matching static call 46 NamedParameters4Test: Fail # Unimplemented non-matching static call
47 NamingTest: Fail # Broken because operator negate is not accessible as if it was a method. 47 NamingTest: Fail # Broken because operator negate is not accessible as if it was a method.
48 ParameterInitializerTest: Fail # internal error: super property read not impleme nted 48 ParameterInitializerTest: Fail # internal error: super property read not impleme nted
49 PseudoKWTest: Fail # Unexpected token '(' 49 PseudoKWTest: Fail # Unexpected token '('
50 SuperAllNamedConstructorTest: Fail # internal error: Cannot find value parameter (v).
51 SuperFieldAccessTest: Fail # internal error: super property read not implemented 50 SuperFieldAccessTest: Fail # internal error: super property read not implemented
52 SuperFieldTest: Fail # internal error: super property read not implemented 51 SuperFieldTest: Fail # internal error: super property read not implemented
53 SuperImplicitClosureTest: Fail # internal error: super property read not impleme nted 52 SuperImplicitClosureTest: Fail # internal error: super property read not impleme nted
54 SuperOperatorTest: Fail # internal error: super property store not implemented 53 SuperOperatorTest: Fail # internal error: super property store not implemented
55 SuperSetterTest: Fail # internal error: super property read not implemented 54 SuperSetterTest: Fail # internal error: super property read not implemented
56 SwitchLabelTest: Fail # error: target of continue is not a loop or switch case 55 SwitchLabelTest: Fail # error: target of continue is not a loop or switch case
57 56
58 57
59 # Implementation errors (library or generated code). 58 # Implementation errors (library or generated code).
60 AssertionTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails. 59 AssertionTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails.
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 206
208 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. 207 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31.
209 208
210 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". 209 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant".
211 210
212 [ $compiler == dart2js && $mode == release ] 211 [ $compiler == dart2js && $mode == release ]
213 AssignTopMethodNegativeTest: Crash 212 AssignTopMethodNegativeTest: Crash
214 213
215 [ $compiler == dart2js && $runtime == none ] 214 [ $compiler == dart2js && $runtime == none ]
216 *: Fail, Pass # TODO(ahe): Triage these tests. 215 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/src/CompileTimeConstantLTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698