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

Side by Side Diff: tests/language/language_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 | « tests/compiler/dart2js/type_checker_test.dart ('k') | no next file » | 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 [ $compiler == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 switch_bad_case_test/02: Fail # missing error in double in switch case expr; how ever there is contradiction - Object has ==, and double - not
7
8 # Runtime negative test. No static errors or warnings. 6 # Runtime negative test. No static errors or warnings.
9 closure_call_wrong_argument_count_negative_test: skip 7 closure_call_wrong_argument_count_negative_test: skip
10 8
11 # TBD: using built-in identifers 9 # TBD: using built-in identifers
12 built_in_identifier_prefix_test: fail # Issue 12694 10 built_in_identifier_prefix_test: fail # Issue 12694
13 11
14 # TBD: these look like bad tests, no issue number 12 # TBD: these look like bad tests, no issue number
15 class_literal_test: fail 13 class_literal_test: fail
16 constructor_call_as_function_test/01: fail 14 constructor_call_as_function_test/01: fail
17 15
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 factory_redirection_test/09: fail 194 factory_redirection_test/09: fail
197 factory_redirection_test/10: fail 195 factory_redirection_test/10: fail
198 factory_redirection_test/11: fail 196 factory_redirection_test/11: fail
199 factory_redirection_test/12: fail 197 factory_redirection_test/12: fail
200 factory_redirection_test/13: fail 198 factory_redirection_test/13: fail
201 factory_redirection_test/14: fail 199 factory_redirection_test/14: fail
202 getters_setters2_test/03: fail 200 getters_setters2_test/03: fail
203 type_variable_bounds3_test/00: fail 201 type_variable_bounds3_test/00: fail
204 type_variable_bounds2_test/05: fail 202 type_variable_bounds2_test/05: fail
205 203
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/type_checker_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698