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

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

Issue 25710002: co19-roll to r607 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | « no previous file | dart/tests/co19/co19-analyzer2.status » ('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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 # invalid argument for constant constructor 6 # invalid argument for constant constructor
7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
8 8
9 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it? 9 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it?
10 Language/12_Expressions/01_Constants_A16_t03: fail 10 Language/12_Expressions/01_Constants_A16_t03: fail
11 11
12 # TBF: infinite look: class A {const A();final m = const A();} 12 # TBF: infinite look: class A {const A();final m = const A();}
13 Language/12_Expressions/01_Constants_A17_t03: fail 13 Language/12_Expressions/01_Constants_A17_t03: fail
14 14
15 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 15 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534
16 Language/15_Types/4_Interface_Types_A11_t01: Skip 16 Language/15_Types/4_Interface_Types_A11_t01: Skip
17 Language/15_Types/4_Interface_Types_A11_t02: Skip 17 Language/15_Types/4_Interface_Types_A11_t02: Skip
18 18
19
20 LibTest/core/Uri/decodeQueryComponent_A02_t01: fail # co19 Issue 591
21
22 # co19 issue #380, Strings class has been removed 19 # co19 issue #380, Strings class has been removed
23 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK 20 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK
24 21
25 # co19 issue #400, collection library reorg 22 # co19 issue #400, collection library reorg
26 LibTest/core/String/concat_A01_t01: fail, OK 23 LibTest/core/String/concat_A01_t01: fail, OK
27 LibTest/core/String/concat_A02_t01: fail, OK 24 LibTest/core/String/concat_A02_t01: fail, OK
28 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK 25 LibTest/core/Set/isSubsetOf_A01_t01: fail, OK
29 LibTest/core/Set/isSubsetOf_A01_t02: fail, OK 26 LibTest/core/Set/isSubsetOf_A01_t02: fail, OK
30 27
31 # co19 issue #425, Only static fields can be declared as 'const' 28 # co19 issue #425, Only static fields can be declared as 'const'
32 Language/05_Variables/05_Variables_A12_t01: fail, OK
33 Language/05_Variables/05_Variables_A12_t06: fail, OK
34 Language/05_Variables/05_Variables_A13_t01: fail, OK
35 Language/07_Classes/07_Classes_A02_t11: fail, OK 29 Language/07_Classes/07_Classes_A02_t11: fail, OK
36 30
37 # co19 issue #442, undefined name "Expect" 31 # co19 issue #442, undefined name "Expect"
38 Language/15_Types/4_Interface_Types_A08_t03: fail, OK 32 Language/15_Types/4_Interface_Types_A08_t03: fail, OK
39 33
40 # co19 issue #455, undeclared identifier is static warning 34 # co19 issue #455, undeclared identifier is static warning
41 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK 35 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK
42 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK 36 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK
43 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK 37 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
44 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK 38 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
(...skipping 18 matching lines...) Expand all
63 57
64 # co19 issue #454 (wrongly closed) 58 # co19 issue #454 (wrongly closed)
65 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK 59 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK
66 60
67 # co19 issue #528, Const: wrong number of type arguments 61 # co19 issue #528, Const: wrong number of type arguments
68 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK 62 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK
69 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK 63 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK
70 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK 64 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK
71 65
72 # co19 issue #433 (wrongly closed), missing @static-warning annotation 66 # co19 issue #433 (wrongly closed), missing @static-warning annotation
73 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail, OK
74 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK 67 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail, OK
75 68
76 # co19 issue #541: tests contain unqualified reference to static members defined in superclass 69 # co19 issue #541: tests contain unqualified reference to static members defined in superclass
77 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07: fail, OK 70 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07: fail, OK
78 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK 71 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK
79 72
80 # co19 issue #543: invocation of a non-function 73 # co19 issue #543: invocation of a non-function
81 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK 74 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK
82 75
83 # co19 issue #562: malformed superclass
84 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail, OK
85
86 # co19 issue #563: implicitly named libraries are allowed
87 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail, OK
88
89 # co19 issue #564: URI can be any number adjacent string literals 76 # co19 issue #564: URI can be any number adjacent string literals
90 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK 77 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK
91 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK 78 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
92 79
93 # co19 issue #596: initializing final variable at declaration and in constructor
94 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail, OK
95 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail, OK
96
97 # co19 issue #597: concrete class with abstract method
98 Language/07_Classes/4_Abstract_Instance_Members_A07_t08: fail, OK
99
100 # co19 issue #609, return type of "factory M" is M, so we need static warning fo r "return;". 80 # co19 issue #609, return type of "factory M" is M, so we need static warning fo r "return;".
101 Language/13_Statements/11_Return_A07_t01: fail, OK 81 Language/13_Statements/11_Return_A07_t01: fail, OK
82
83 Language/09_Mixins/1_Mixin_Application_A01_t01: Fail # co19-roll r607: Please tr iage this failure
84 Language/12_Expressions/01_Constants_A22_t01: Fail # co19-roll r607: Please tria ge this failure
85 Language/12_Expressions/07_Maps_A13_t01: Fail # co19-roll r607: Please triage th is failure
86 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail # co19-roll r607: Ple ase triage this failure
87 Language/12_Expressions/13_Property_Extraction_A02_t02: Fail # co19-roll r607: P lease triage this failure
88 Language/12_Expressions/13_Property_Extraction_A04_t02: Fail # co19-roll r607: P lease triage this failure
89 Language/12_Expressions/13_Property_Extraction_A04_t03: Fail # co19-roll r607: P lease triage this failure
90 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A03_t03: Fail # co19-roll r607: Please triage this failure
91 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A03_t04: Fail # co19-roll r607: Please triage this failure
92 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t04: Fail # co19-roll r607: Please triage this failure
93 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t05: Fail # co19-roll r607: Please triage this failure
94 Language/12_Expressions/16_Getter_Lookup_A02_t05: Fail # co19-roll r607: Please triage this failure
95 Language/12_Expressions/16_Getter_Lookup_A02_t06: Fail # co19-roll r607: Please triage this failure
96 Language/12_Expressions/17_Getter_Invocation_A07_t01: Fail # co19-roll r607: Ple ase triage this failure
97 Language/12_Expressions/17_Getter_Invocation_A07_t02: Fail # co19-roll r607: Ple ase triage this failure
98 Language/12_Expressions/18_Assignment_A01_t07: Fail # co19-roll r607: Please tri age this failure
99 Language/12_Expressions/18_Assignment_A04_t09: Fail # co19-roll r607: Please tri age this failure
100 Language/13_Statements/02_Expression_Statements_A01_t13: Fail # co19-roll r607: Please triage this failure
101 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Fail # co19-roll r607: Please triage this failure
102 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Fail # co19-roll r607: Please triage this failure
103 LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail # co19-roll r60 7: Please triage this failure
104 LibTest/collection/LinkedHashSet/LinkedHashSet.from_A01_t01: Fail # co19-roll r6 07: Please triage this failure
105 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: Fail # co19-roll r 607: Please triage this failure
106 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail # co19-roll r607: Please triage this failure
107 LibTest/collection/LinkedList/first_A01_t02: Fail # co19-roll r607: Please triag e this failure
108 LibTest/collection/LinkedList/reduce_A01_t01: Fail # co19-roll r607: Please tria ge this failure
109 LibTest/core/Invocation/isAccessor_A01_t01: Fail # co19-roll r607: Please triage this failure
110 LibTest/core/Invocation/isAccessor_A01_t02: Fail # co19-roll r607: Please triage this failure
111 LibTest/core/Invocation/isGetter_A01_t01: Fail # co19-roll r607: Please triage t his failure
112 LibTest/core/Invocation/isGetter_A01_t02: Fail # co19-roll r607: Please triage t his failure
113 LibTest/core/Invocation/isMethod_A01_t01: Fail # co19-roll r607: Please triage t his failure
114 LibTest/core/Invocation/isMethod_A01_t02: Fail # co19-roll r607: Please triage t his failure
115 LibTest/core/Invocation/isSetter_A01_t01: Fail # co19-roll r607: Please triage t his failure
116 LibTest/core/Invocation/isSetter_A01_t02: Fail # co19-roll r607: Please triage t his failure
117 LibTest/core/Invocation/memberName_A01_t01: Fail # co19-roll r607: Please triage this failure
118 LibTest/core/Invocation/namedArguments_A01_t01: Fail # co19-roll r607: Please tr iage this failure
119 LibTest/core/Invocation/positionalArguments_A01_t01: Fail # co19-roll r607: Plea se triage this failure
120 LibTest/core/RuneIterator/currentAsString_A01_t02: Fail # co19-roll r607: Please triage this failure
121 LibTest/core/RuneIterator/current_A01_t02: Fail # co19-roll r607: Please triage this failure
122 LibTest/core/Runes/isEmpty_A01_t02: Fail # co19-roll r607: Please triage this fa ilure
123 LibTest/core/Runes/isNotEmpty_A01_t02: Fail # co19-roll r607: Please triage this failure
124 LibTest/core/Runes/lastWhere_A02_t01: Fail # co19-roll r607: Please triage this failure
125 LibTest/core/Runes/length_A01_t02: Fail # co19-roll r607: Please triage this fai lure
126 LibTest/core/Symbol/Symbol_A01_t04: Fail # co19-roll r607: Please triage this fa ilure
OLDNEW
« no previous file with comments | « no previous file | dart/tests/co19/co19-analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698