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

Side by Side Diff: tests/language/language_analyzer.status

Issue 23583038: Fix dart2js decimal number tokenization. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Marked tests for d-suffixed doubles as failing for dartanalyzer. Created 7 years, 3 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) 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 6
7 # Runtime negative test. No static errors or warnings. 7 # Runtime negative test. No static errors or warnings.
8 closure_call_wrong_argument_count_negative_test: skip 8 closure_call_wrong_argument_count_negative_test: skip
9 9
10 # TBD: using built-in identifers 10 # TBD: using built-in identifers
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 196
197 # test issue 12539, rules for finals were loosened, contradiction in spec was fi xed 197 # test issue 12539, rules for finals were loosened, contradiction in spec was fi xed
198 const_syntax_test/09: fail # Issue 12539 198 const_syntax_test/09: fail # Issue 12539
199 199
200 # test issue 12541; there shouldn't be a static warning 200 # test issue 12541; there shouldn't be a static warning
201 static_field_test/01: fail # Issue 12541 201 static_field_test/01: fail # Issue 12541
202 static_field_test/02: fail # Issue 12541 202 static_field_test/02: fail # Issue 12541
203 static_field_test/03: fail # Issue 12541 203 static_field_test/03: fail # Issue 12541
204 static_field_test/04: fail # Issue 12541 204 static_field_test/04: fail # Issue 12541
205 205
206 # test issue 13116; there should be compile error
207 number_identifier_test/06: fail # Issue 13116
208 number_identifier_test/07: fail # Issue 13116
209 number_identifier_test/10: fail # Issue 13116
210 number_identifier_test/11: fail # Issue 13116
211
206 [ $compiler == dartanalyzer && $checked ] 212 [ $compiler == dartanalyzer && $checked ]
207 factory1_test/00: fail 213 factory1_test/00: fail
208 factory1_test/01: fail 214 factory1_test/01: fail
209 field_type_check2_test/01: fail 215 field_type_check2_test/01: fail
210 factory_implementation_test/00: fail 216 factory_implementation_test/00: fail
211 factory_redirection_test/08: fail 217 factory_redirection_test/08: fail
212 factory_redirection_test/09: fail 218 factory_redirection_test/09: fail
213 factory_redirection_test/10: fail 219 factory_redirection_test/10: fail
214 factory_redirection_test/11: fail 220 factory_redirection_test/11: fail
215 factory_redirection_test/12: fail 221 factory_redirection_test/12: fail
216 factory_redirection_test/13: fail 222 factory_redirection_test/13: fail
217 factory_redirection_test/14: fail 223 factory_redirection_test/14: fail
218 getters_setters2_test/03: fail 224 getters_setters2_test/03: fail
219 type_variable_bounds3_test/00: fail 225 type_variable_bounds3_test/00: fail
220 type_variable_bounds2_test/05: fail 226 type_variable_bounds2_test/05: fail
221 227
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698