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

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

Issue 26297003: Fix tests that didn't fail before double got an equality operator. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 | tests/compiler/dart2js/type_checker_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) 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
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 LibTest/async/EventTransformStream/toSet_A01_t01: Fail 207 LibTest/async/EventTransformStream/toSet_A01_t01: Fail
208 LibTest/async/EventTransformStream/transform_A01_t01: Fail 208 LibTest/async/EventTransformStream/transform_A01_t01: Fail
209 LibTest/async/EventTransformStream/where_A01_t01: Fail 209 LibTest/async/EventTransformStream/where_A01_t01: Fail
210 LibTest/async/EventTransformStream/where_A01_t02: Fail 210 LibTest/async/EventTransformStream/where_A01_t02: Fail
211 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail 211 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail
212 LibTest/async/Stream/transform_A01_t01: Fail 212 LibTest/async/Stream/transform_A01_t01: Fail
213 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail 213 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail
214 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail 214 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail
215 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail 215 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail
216 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail 216 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail
217
218 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629
OLDNEW
« no previous file with comments | « no previous file | tests/compiler/dart2js/type_checker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698