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

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

Issue 34473004: Issue 13906. It is still error when typedef references itself using type variable bounds. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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) 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 # TBF: malformed or malbounded type in "conts" is static warning 19 # TBF: malformed or malbounded type in "conts" is static warning
20 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail 20 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail
21 21
22 # TBF: typedef self reference
23 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Fail
24 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Fail
25
26 22
27 23
28 # co19 issue #442, undefined name "Expect" 24 # co19 issue #442, undefined name "Expect"
29 Language/15_Types/4_Interface_Types_A08_t03: fail, OK 25 Language/15_Types/4_Interface_Types_A08_t03: fail, OK
30 26
31 # co19 issue #455, undeclared identifier is static warning 27 # co19 issue #455, undeclared identifier is static warning
32 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK 28 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: fail, OK
33 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK 29 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK
34 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK 30 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK
35 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK 31 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 Language/13_Statements/03_Variable_Declaration_A01_t09: Fail 159 Language/13_Statements/03_Variable_Declaration_A01_t09: Fail
164 Language/13_Statements/03_Variable_Declaration_A01_t16: Fail 160 Language/13_Statements/03_Variable_Declaration_A01_t16: Fail
165 161
166 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629 162 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629
167 163
168 Language/12_Expressions/05_Strings_A20_t01: Fail # co19-roll r623: Please triage this failure 164 Language/12_Expressions/05_Strings_A20_t01: Fail # co19-roll r623: Please triage this failure
169 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail # co1 9-roll r623: Please triage this failure 165 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail # co1 9-roll r623: Please triage this failure
170 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail # co19-roll r623: Ple ase triage this failure 166 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail # co19-roll r623: Ple ase triage this failure
171 LibTest/collection/Queue/Queue_class_A01_t01: Fail # co19-roll r623: Please tria ge this failure 167 LibTest/collection/Queue/Queue_class_A01_t01: Fail # co19-roll r623: Please tria ge this failure
172 LibTest/core/Iterable/Iterable.generate_A01_t01: Fail # co19-roll r623: Please t riage this failure 168 LibTest/core/Iterable/Iterable.generate_A01_t01: Fail # co19-roll r623: Please t riage this failure
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698