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

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

Issue 23461024: Rewrite negative test number_identifier_negative_test.dart to multi-test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments 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
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/language/language_dart2js.status » ('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) 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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
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 19 matching lines...) Expand all
30 f_bounded_quantification_test/01: fail # Issue 12704 30 f_bounded_quantification_test/01: fail # Issue 12704
31 f_bounded_quantification_test/02: fail # Issue 12704 31 f_bounded_quantification_test/02: fail # Issue 12704
32 32
33 function_type_alias9_test/00: crash # Issue 11987 33 function_type_alias9_test/00: crash # Issue 11987
34 34
35 list_literal_syntax_test/01: fail # Issue 12103 35 list_literal_syntax_test/01: fail # Issue 12103
36 list_literal_syntax_test/02: fail # Issue 12103 36 list_literal_syntax_test/02: fail # Issue 12103
37 list_literal_syntax_test/03: fail # Issue 12103 37 list_literal_syntax_test/03: fail # Issue 12103
38 malformed_test/none: fail # Issue 12696 38 malformed_test/none: fail # Issue 12696
39 39
40 # TBF: 1is int; invalid character in number 40 number_identifier_test/01: Fail # Issue 13015
41 number_identifier_negative_test: fail 41 number_identifier_test/02: Fail # Issue 13015
42 42
43 # TBF: we should check conflicts not only for methods, but for accessors too 43 # TBF: we should check conflicts not only for methods, but for accessors too
44 override_field_test/02: fail 44 override_field_test/02: fail
45 override_field_test/03: fail 45 override_field_test/03: fail
46 method_override7_test/03: Fail # Issue 11496 46 method_override7_test/03: Fail # Issue 11496
47 method_override8_test/03: Fail # Issue 11496 47 method_override8_test/03: Fail # Issue 11496
48 48
49 # TBF: prefix T hidden by type variable T in 'new T.Class()' 49 # TBF: prefix T hidden by type variable T in 'new T.Class()'
50 prefix10_negative_test: fail 50 prefix10_negative_test: fail
51 51
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 factory_redirection_test/09: fail 224 factory_redirection_test/09: fail
225 factory_redirection_test/10: fail 225 factory_redirection_test/10: fail
226 factory_redirection_test/11: fail 226 factory_redirection_test/11: fail
227 factory_redirection_test/12: fail 227 factory_redirection_test/12: fail
228 factory_redirection_test/13: fail 228 factory_redirection_test/13: fail
229 factory_redirection_test/14: fail 229 factory_redirection_test/14: fail
230 getters_setters2_test/03: fail 230 getters_setters2_test/03: fail
231 type_variable_bounds3_test/00: fail 231 type_variable_bounds3_test/00: fail
232 type_variable_bounds2_test/05: fail 232 type_variable_bounds2_test/05: fail
233 233
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698