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

Side by Side Diff: tests/co19/co19-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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 && $system == macos ] 5 [ $compiler == dart2js && $system == macos ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
(...skipping 28 matching lines...) Expand all
39 # Issues with co19 test suite. 39 # Issues with co19 test suite.
40 # 40 #
41 # If you add anything here, either file a bug against the Dart 41 # If you add anything here, either file a bug against the Dart
42 # langauge specification, co19 test suite, or add a comment that ahe 42 # langauge specification, co19 test suite, or add a comment that ahe
43 # can understand so he can file a bug later. 43 # can understand so he can file a bug later.
44 # 44 #
45 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations can't be constant. 45 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations can't be constant.
46 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 46 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
47 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 47 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
48 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 48 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
49 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # Constant string literals in maps.
50 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. 49 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression.
51 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv e type Isolate 50 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv e type Isolate
52 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail, OK # Assumes super scope comes before library scope. 51 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail, OK # Assumes super scope comes before library scope.
53 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 52 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
54 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 53 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
55 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 54 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
56 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 55 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
57 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 56 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
58 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. 57 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
59 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 58 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 499 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
501 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 500 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
502 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error 501 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
503 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 502 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
504 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 503 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
505 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 504 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
506 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 505 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
507 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 506 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
508 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 507 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
509 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 508 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698