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

Side by Side Diff: dart/tests/co19/co19-dart2js.status

Issue 10913176: Reject non-ASCII identifiers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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 | « dart/lib/compiler/implementation/tools/mini_parser.dart ('k') | no next file » | 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 ] 5 [ $compiler == dart2js ]
6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/03_Overview/03_Overview_A01_t02: Crash # http://dartbug.com/5016 7 Language/03_Overview/03_Overview_A01_t02: Crash # http://dartbug.com/5016
8 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 8 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
9 9
10 LibTest/core/double/toInt_A01_t03: Fail # TODO(ahe): Please triage this failure. 10 LibTest/core/double/toInt_A01_t03: Fail # TODO(ahe): Please triage this failure.
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail # Checks that it is a compile-time error if T declares a non-constant constructor with the sa me name as the declaration of T. 919 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail # Checks that it is a compile-time error if T declares a non-constant constructor with the sa me name as the declaration of T.
920 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t04: Fail # Checks that it is a static warning if interface C does not declare a static met hod or getter m. 920 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t04: Fail # Checks that it is a static warning if interface C does not declare a static met hod or getter m.
921 Language/10_Expressions/20_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression. 921 Language/10_Expressions/20_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression.
922 Language/10_Expressions/20_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression. 922 Language/10_Expressions/20_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression.
923 Language/10_Expressions/20_Equality_A01_t17: Fail # Checks that equality express ions cannot be operands of another equality expression. 923 Language/10_Expressions/20_Equality_A01_t17: Fail # Checks that equality express ions cannot be operands of another equality expression.
924 Language/10_Expressions/20_Equality_A01_t18: Fail # Checks that equality express ions cannot be operands of another equality expression. 924 Language/10_Expressions/20_Equality_A01_t18: Fail # Checks that equality express ions cannot be operands of another equality expression.
925 Language/10_Expressions/21_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression. 925 Language/10_Expressions/21_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression.
926 Language/10_Expressions/21_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression. 926 Language/10_Expressions/21_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression.
927 Language/10_Expressions/21_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression. 927 Language/10_Expressions/21_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression.
928 Language/10_Expressions/21_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression. 928 Language/10_Expressions/21_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression.
929 Language/10_Expressions/28_Identifier_Reference_A01_t07: Fail # Checks that iden tifier can't contain letters from the cyrillic alphabet.
930 Language/10_Expressions/28_Identifier_Reference_A01_t08: Fail # Checks that iden tifier can't contain letters from the turkish alphabet.
931 Language/10_Expressions/28_Identifier_Reference_A07_t01: Fail # Checks that it i s a compile-time error when a built-in identifier "abstract" is used as a type a nnotation of a local variable. 929 Language/10_Expressions/28_Identifier_Reference_A07_t01: Fail # Checks that it i s a compile-time error when a built-in identifier "abstract" is used as a type a nnotation of a local variable.
932 Language/10_Expressions/28_Identifier_Reference_A07_t04: Fail # Checks that it i s a compile-time error when a built-in identifier "equals" is used as a type ann otation of a local variable. 930 Language/10_Expressions/28_Identifier_Reference_A07_t04: Fail # Checks that it i s a compile-time error when a built-in identifier "equals" is used as a type ann otation of a local variable.
933 Language/10_Expressions/28_Identifier_Reference_A07_t09: Fail # Checks that it i s a compile-time error when a built-in identifier "negate" is used as a type ann otation of a local variable. 931 Language/10_Expressions/28_Identifier_Reference_A07_t09: Fail # Checks that it i s a compile-time error when a built-in identifier "negate" is used as a type ann otation of a local variable.
934 Language/10_Expressions/28_Identifier_Reference_A07_t12: Fail # Checks that it i s a compile-time error when a built-in identifier "static" is used as a type ann otation of a local variable. 932 Language/10_Expressions/28_Identifier_Reference_A07_t12: Fail # Checks that it i s a compile-time error when a built-in identifier "static" is used as a type ann otation of a local variable.
935 Language/11_Statements/02_Expression_Statements_A01_t09: Fail # Checks that it i s a compile-time error when a map literal is used as a statement. 933 Language/11_Statements/02_Expression_Statements_A01_t09: Fail # Checks that it i s a compile-time error when a map literal is used as a statement.
936 Language/11_Statements/02_Expression_Statements_A01_t10: Fail # Checks that it i s a compile-time error when a map literal is used as a statement. 934 Language/11_Statements/02_Expression_Statements_A01_t10: Fail # Checks that it i s a compile-time error when a map literal is used as a statement.
937 Language/11_Statements/02_Expression_Statements_A01_t11: Fail # Checks that it i s a compile-time error when a map literal is used as a statement. 935 Language/11_Statements/02_Expression_Statements_A01_t11: Fail # Checks that it i s a compile-time error when a map literal is used as a statement.
938 Language/11_Statements/03_Variable_Declaration_A03_t01: Fail # Checks that if th e variable declaration is prefixed with the final modifier, then that variable c annot be assigned a new value outside of this declaration. 936 Language/11_Statements/03_Variable_Declaration_A03_t01: Fail # Checks that if th e variable declaration is prefixed with the final modifier, then that variable c annot be assigned a new value outside of this declaration.
939 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail # Checks that if th e variable declaration is prefixed with the final modifier, then variable must b e initialized right there and then. 937 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail # Checks that if th e variable declaration is prefixed with the final modifier, then variable must b e initialized right there and then.
940 Language/11_Statements/03_Variable_Declaration_A03_t03: Fail # Checks that if a variable declaration is prefixed with const modifier, then it cannot be assigne d a new value afterwards. 938 Language/11_Statements/03_Variable_Declaration_A03_t03: Fail # Checks that if a variable declaration is prefixed with const modifier, then it cannot be assigne d a new value afterwards.
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 1094 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
1097 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 1095 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
1098 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 1096 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
1099 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 1097 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
1100 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 1098 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
1101 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 1099 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
1102 Language/14_Types/4_Interface_Types_A11_t03: Fail # http://dartbug.com/5020 1100 Language/14_Types/4_Interface_Types_A11_t03: Fail # http://dartbug.com/5020
1103 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020 1101 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020
1104 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 1102 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
1105 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 1103 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « dart/lib/compiler/implementation/tools/mini_parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698