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

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

Issue 135653008: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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
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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 LibTest/core/RegExp/firstMatch_A01_t01: Fail
8
7 # invalid argument for constant constructor 9 # invalid argument for constant constructor
8 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 10 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
9 11
10 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it? 12 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it?
11 Language/12_Expressions/01_Constants_A16_t03: fail 13 Language/12_Expressions/01_Constants_A16_t03: fail
12 14
13 # TBF: infinite look: class A {const A();final m = const A();} 15 # TBF: infinite look: class A {const A();final m = const A();}
14 Language/12_Expressions/01_Constants_A17_t03: fail 16 Language/12_Expressions/01_Constants_A17_t03: fail
15 17
16 # TBF: it seems that "12.15.3 Unqualied Invocation" was changed, so it may be no t an error anymore to call unknown function from top-level 18 # TBF: it seems that "12.15.3 Unqualied Invocation" was changed, so it may be no t an error anymore to call unknown function from top-level
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 Language/07_Classes/10_Superinterfaces_A07_t05: StaticWarning # co19-roll r667: Please triage this failure 132 Language/07_Classes/10_Superinterfaces_A07_t05: StaticWarning # co19-roll r667: Please triage this failure
131 LibTest/convert/JsonEncoder/JsonEncoder_A01_t01: StaticWarning # co19-roll r667: Please triage this failure 133 LibTest/convert/JsonEncoder/JsonEncoder_A01_t01: StaticWarning # co19-roll r667: Please triage this failure
132 134
133 # co19 issue 656 135 # co19 issue 656
134 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 136 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656
135 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 137 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656
136 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 138 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656
137 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 139 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656
138 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 140 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656
139 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 141 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698