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/language/language-leg.status

Issue 10101001: Revert "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: 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).
50 SuperFieldAccessTest: Fail # internal error: super property read not implemented 51 SuperFieldAccessTest: Fail # internal error: super property read not implemented
51 SuperFieldTest: Fail # internal error: super property read not implemented 52 SuperFieldTest: Fail # internal error: super property read not implemented
52 SuperImplicitClosureTest: Fail # internal error: super property read not impleme nted 53 SuperImplicitClosureTest: Fail # internal error: super property read not impleme nted
53 SuperOperatorTest: Fail # internal error: super property store not implemented 54 SuperOperatorTest: Fail # internal error: super property store not implemented
54 SuperSetterTest: Fail # internal error: super property read not implemented 55 SuperSetterTest: Fail # internal error: super property read not implemented
55 SwitchLabelTest: Fail # error: target of continue is not a loop or switch case 56 SwitchLabelTest: Fail # error: target of continue is not a loop or switch case
56 57
57 58
58 # Implementation errors (library or generated code). 59 # Implementation errors (library or generated code).
59 AssertionTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails. 60 AssertionTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails.
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 209
209 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. 210 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31.
210 211
211 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". 212 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant".
212 213
213 [ $compiler == dart2js && $mode == release ] 214 [ $compiler == dart2js && $mode == release ]
214 AssignTopMethodNegativeTest: Crash 215 AssignTopMethodNegativeTest: Crash
215 216
216 [ $compiler == dart2js && $runtime == none ] 217 [ $compiler == dart2js && $runtime == none ]
217 *: Fail, Pass # TODO(ahe): Triage these tests. 218 *: 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