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

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

Issue 9976004: Allow all different string-literals in map literals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Enable string-literals in map constants. 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
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 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call . 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call .
(...skipping 21 matching lines...) Expand all
32 GenericInstanceofTest: Fail # cannot resolve type T 32 GenericInstanceofTest: Fail # cannot resolve type T
33 GenericInstanceof2Test: Fail # fails an instance of test at run time 33 GenericInstanceof2Test: Fail # fails an instance of test at run time
34 GenericTest: Fail # cannot resolve type T 34 GenericTest: Fail # cannot resolve type T
35 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. 35 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords.
36 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s 36 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s
37 ImplicitScopeTest: Fail # duplicate definition of a="bar" 37 ImplicitScopeTest: Fail # duplicate definition of a="bar"
38 LabelTest: Fail # switch cases are not implemented 38 LabelTest: Fail # switch cases are not implemented
39 LibraryPrefixesTest: Fail # other is not a type 39 LibraryPrefixesTest: Fail # other is not a type
40 LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' ( bad exception mapping). 40 LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' ( bad exception mapping).
41 ManyGenericInstanceofTest: Fail # cannot resolve type T 41 ManyGenericInstanceofTest: Fail # cannot resolve type T
42 MapLiteral2Test: Fail # expected a constant string
43 MapLiteral4Test: Fail # map not implemented 42 MapLiteral4Test: Fail # map not implemented
44 MethodBindingTest: Fail # internal error: super property read not implemented. 43 MethodBindingTest: Fail # internal error: super property read not implemented.
45 MethodNameTest: Fail # Parsing of pseudo keywords. 44 MethodNameTest: Fail # Parsing of pseudo keywords.
46 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType 45 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType
47 NamedParameters2Test: Fail # Unimplemented non-matching static call 46 NamedParameters2Test: Fail # Unimplemented non-matching static call
48 NamedParameters3Test: Fail # Unimplemented non-matching static call 47 NamedParameters3Test: Fail # Unimplemented non-matching static call
49 NamedParameters4Test: Fail # Unimplemented non-matching static call 48 NamedParameters4Test: Fail # Unimplemented non-matching static call
50 NamedParametersTypeTest: Fail # Internal Error: Cannot find value 49 NamedParametersTypeTest: Fail # Internal Error: Cannot find value
51 NamingTest: Fail # Broken because operator negate is not accessible as if it was a method. 50 NamingTest: Fail # Broken because operator negate is not accessible as if it was a method.
52 ParameterInitializerTest: Fail # internal error: super property read not impleme nted 51 ParameterInitializerTest: Fail # internal error: super property read not impleme nted
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 207
209 208
210 RegExp3Test: Fail, OK # Expects exception from const constructor. 209 RegExp3Test: Fail, OK # Expects exception from const constructor.
211 210
212 211
213 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. 212 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31.
214 213
215 214
216 [ $compiler == dart2js && $mode == release ] 215 [ $compiler == dart2js && $mode == release ]
217 AssignTopMethodNegativeTest: Crash 216 AssignTopMethodNegativeTest: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698