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

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

Issue 11113009: Land Alexander's change that turns assert into a keyword. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/co19/co19-dart2dart.status ('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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 9 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
10 10
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 Language/10_Expressions/27_Assignable_Expressions_A01_t08: Fail # TODO(ahe): Ple ase triage this failure. 118 Language/10_Expressions/27_Assignable_Expressions_A01_t08: Fail # TODO(ahe): Ple ase triage this failure.
119 Language/10_Expressions/27_Assignable_Expressions_A01_t09: Fail # TODO(ahe): Ple ase triage this failure. 119 Language/10_Expressions/27_Assignable_Expressions_A01_t09: Fail # TODO(ahe): Ple ase triage this failure.
120 Language/10_Expressions/28_Identifier_Reference_A04_t01: Fail # TODO(ahe): Pleas e triage this failure. 120 Language/10_Expressions/28_Identifier_Reference_A04_t01: Fail # TODO(ahe): Pleas e triage this failure.
121 Language/10_Expressions/28_Identifier_Reference_A04_t03: Fail # TODO(ahe): Pleas e triage this failure. 121 Language/10_Expressions/28_Identifier_Reference_A04_t03: Fail # TODO(ahe): Pleas e triage this failure.
122 Language/10_Expressions/28_Identifier_Reference_A04_t06: Fail # TODO(ahe): Pleas e triage this failure. 122 Language/10_Expressions/28_Identifier_Reference_A04_t06: Fail # TODO(ahe): Pleas e triage this failure.
123 Language/10_Expressions/29_Type_Test_A01_t02: Fail # TODO(ahe): Please triage th is failure. 123 Language/10_Expressions/29_Type_Test_A01_t02: Fail # TODO(ahe): Please triage th is failure.
124 Language/10_Expressions/29_Type_Test_A01_t04: Fail # TODO(ahe): Please triage th is failure. 124 Language/10_Expressions/29_Type_Test_A01_t04: Fail # TODO(ahe): Please triage th is failure.
125 Language/11_Statements/09_Try_A01_t18: Fail # TODO(ahe): Please triage this fail ure. 125 Language/11_Statements/09_Try_A01_t18: Fail # TODO(ahe): Please triage this fail ure.
126 Language/13_Libraries_and_Scripts/2_Imports_A02_t19: Fail # TODO(ahe): Please tr iage this failure. 126 Language/13_Libraries_and_Scripts/2_Imports_A02_t19: Fail # TODO(ahe): Please tr iage this failure.
127 Language/13_Libraries_and_Scripts/2_Imports_A02_t28: Fail # TODO(ahe): Please tr iage this failure. 127 Language/13_Libraries_and_Scripts/2_Imports_A02_t28: Fail # TODO(ahe): Please tr iage this failure.
128 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t05: Fail # TODO(ahe) : Please triage this failure.
129 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure. 128 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure.
130 Language/15_Reference/1_Lexical_Rules_A01_t06: Fail # TODO(ahe): Please triage t his failure. 129 Language/15_Reference/1_Lexical_Rules_A01_t06: Fail # TODO(ahe): Please triage t his failure.
131 LibTest/core/RegExp/hasMatch_A01_t02: Fail # TODO(ahe): Please triage this failu re. 130 LibTest/core/RegExp/hasMatch_A01_t02: Fail # TODO(ahe): Please triage this failu re.
132 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(ahe): Please triage this failu re. 131 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(ahe): Please triage this failu re.
133 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 132 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
134 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(ahe): Please triage t his failure. 133 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(ahe): Please triage t his failure.
135 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 134 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
136 135
137 # Partially implemented rediriecting constructors makes this fail. 136 # Partially implemented rediriecting constructors makes this fail.
138 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 137 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 # language specification, co19 test suite, or add a comment that ahe@ 340 # language specification, co19 test suite, or add a comment that ahe@
342 # can understand so he can file a bug later. 341 # can understand so he can file a bug later.
343 # 342 #
344 [ $compiler == dart2js ] 343 [ $compiler == dart2js ]
345 Language/10_Expressions/21_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 344 Language/10_Expressions/21_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
346 Language/10_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 345 Language/10_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
347 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 346 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
348 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 347 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
349 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 348 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
350 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. 349 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
350 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail # assert is a rese rved word, which can not be used as a variable name.
351 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. 351 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145.
352 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000 352 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000
353 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 353 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
354 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 354 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
355 355
356 Language/06_Functions/06_Functions_A01_t23: Fail, OK # co19 issue 210
357 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 356 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210
358 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 357 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210
359 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 358 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
360 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210 359 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
361 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 360 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
362 Language/11_Statements/03_Variable_Declaration_A01_t10: Fail, OK # co19 issue 21 0 361 Language/11_Statements/03_Variable_Declaration_A01_t10: Fail, OK # co19 issue 21 0
363 Language/11_Statements/03_Variable_Declaration_A02_t04: Fail, OK # co19 issue 21 0 362 Language/11_Statements/03_Variable_Declaration_A02_t04: Fail, OK # co19 issue 21 0
364 Language/11_Statements/08_Switch_A07_t02: Fail, OK # co19 issue 210 363 Language/11_Statements/08_Switch_A07_t02: Fail, OK # co19 issue 210
365 Language/11_Statements/15_Assert_A01_t03: Fail, OK # co19 issue 210
366 Language/11_Statements/15_Assert_A01_t04: Fail, OK # co19 issue 210
367 Language/11_Statements/15_Assert_A01_t05: Fail, OK # co19 issue 210
368 364
369 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157 365 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157
370 LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157 366 LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157
371 367
372 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 368 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
373 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 369 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
374 Language/10_Expressions/28_Identifier_Reference_A06_t07: Fail, OK # co19 issue 1 88
375 Language/10_Expressions/28_Identifier_Reference_A06_t13: Fail, OK # co19 issue 2 54 370 Language/10_Expressions/28_Identifier_Reference_A06_t13: Fail, OK # co19 issue 2 54
376 Language/10_Expressions/28_Identifier_Reference_A06_t15: Fail, OK # co19 issue 1 88 371 Language/10_Expressions/28_Identifier_Reference_A06_t15: Fail, OK # co19 issue 1 88
377 372
378 Language/07_Classes/3_Setters_A01_t02: Fail, OK # co19 issue 189 373 Language/07_Classes/3_Setters_A01_t02: Fail, OK # co19 issue 189
379 374
380 Language/07_Classes/07_Classes_A01_t20: Fail, OK # co19 issue 193 375 Language/07_Classes/07_Classes_A01_t20: Fail, OK # co19 issue 193
381 Language/07_Classes/07_Classes_A02_t34: Fail, OK # co19 issue 193 376 Language/07_Classes/07_Classes_A02_t34: Fail, OK # co19 issue 193
382 377
383 Language/07_Classes/4_Abstract_Instance_Members_A02_t02: Fail, OK # co19 issue 1 94 378 Language/07_Classes/4_Abstract_Instance_Members_A02_t02: Fail, OK # co19 issue 1 94
384 Language/11_Statements/09_Try_A06_t01: Fail, OK # co19 issue 194 379 Language/11_Statements/09_Try_A06_t01: Fail, OK # co19 issue 194
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 Language/11_Statements/08_Switch_A06_t01: Fail # Checks that it is a compile-tim e error if a case expression is not a compile-time constant. 644 Language/11_Statements/08_Switch_A06_t01: Fail # Checks that it is a compile-tim e error if a case expression is not a compile-time constant.
650 Language/11_Statements/08_Switch_A06_t02: Fail # Checks that it is a compile-tim e error if a case expression is a compile-time constant of type bool. 645 Language/11_Statements/08_Switch_A06_t02: Fail # Checks that it is a compile-tim e error if a case expression is a compile-time constant of type bool.
651 Language/11_Statements/08_Switch_A06_t03: Fail # Checks that it is a compile-tim e error if a case expression is null 646 Language/11_Statements/08_Switch_A06_t03: Fail # Checks that it is a compile-tim e error if a case expression is null
652 Language/11_Statements/08_Switch_A06_t04: Fail # Checks that it is a compile-tim e error if a case expression is a compile-time constant of type double. 647 Language/11_Statements/08_Switch_A06_t04: Fail # Checks that it is a compile-tim e error if a case expression is a compile-time constant of type double.
653 Language/11_Statements/10_Return_A04_t01: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor. 648 Language/11_Statements/10_Return_A04_t01: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor.
654 Language/11_Statements/10_Return_A04_t02: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a named generat ive constructor. 649 Language/11_Statements/10_Return_A04_t02: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a named generat ive constructor.
655 Language/11_Statements/10_Return_A04_t03: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor. 650 Language/11_Statements/10_Return_A04_t03: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor.
656 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Checks that self -referencing typedef is not allowed (return value type annotation has the same n ame as a type alias). 651 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Checks that self -referencing typedef is not allowed (return value type annotation has the same n ame as a type alias).
657 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Checks that self -referencing typedef is not allowed (positional formal parameter type annotation has the same name as a type alias). 652 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Checks that self -referencing typedef is not allowed (positional formal parameter type annotation has the same name as a type alias).
658 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self -referencing typedef is not allowed (optional formal parameter type annotation h as the same name as a type alias). 653 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self -referencing typedef is not allowed (optional formal parameter type annotation h as the same name as a type alias).
659 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # Checks th at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0)
660 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0. 654 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0.
661 655
662 656
663 # 657 #
664 # Unexpected compile-time errors. 658 # Unexpected compile-time errors.
665 # 659 #
666 [ $compiler == dart2js ] 660 [ $compiler == dart2js ]
667 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 661 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027
668 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027 662 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027
669 663
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 741 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
748 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 742 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
749 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 743 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
750 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 744 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
751 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 745 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
752 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 746 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
753 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 747 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
754 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 748 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
755 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 749 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
756 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 750 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698