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

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

Issue 11148014: Land 'Fix a crash related to obsolete factory syntax.'. (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') | tests/compiler/dart2js/unparser_test.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 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
10
11 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
12 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure. 10 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure.
13 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure. 11 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure.
14 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai lure. 12 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai lure.
15 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure. 13 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure.
16 Language/07_Classes/8_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t05: Fail # TODO(ahe): Please triage this failure. 14 Language/07_Classes/8_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t05: Fail # TODO(ahe): Please triage this failure.
17 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # TODO(ahe): Please triage this failure. 15 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # TODO(ahe): Please triage this failure.
18 Language/09_Generics/09_Generics_A05_t02: Fail # TODO(ahe): Please triage this f ailure. 16 Language/09_Generics/09_Generics_A05_t02: Fail # TODO(ahe): Please triage this f ailure.
19 Language/10_Expressions/01_Constants_A05_t01: Fail # TODO(ahe): Please triage th is failure. 17 Language/10_Expressions/01_Constants_A05_t01: Fail # TODO(ahe): Please triage th is failure.
20 Language/10_Expressions/01_Constants_A13_t06: Fail # TODO(ahe): Please triage th is failure. 18 Language/10_Expressions/01_Constants_A13_t06: Fail # TODO(ahe): Please triage th is failure.
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 344 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
347 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 345 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
348 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 346 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal 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. 347 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. 348 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. 349 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 350 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 351 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 352 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
355 353
354 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax.
355
356 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
357 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
358 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
359 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
360 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
361 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
362 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
363 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
364 364
365 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157 365 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 739 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
740 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 740 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
741 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 741 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
742 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 742 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
743 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 743 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
744 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 744 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
745 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 745 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
746 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 746 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
747 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 747 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
748 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 748 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') | tests/compiler/dart2js/unparser_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698