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

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

Issue 54983007: Make test of malformed types a dynamic type error. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 7 years, 1 month 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 # Runtime negative test. No static errors or warnings. 6 # Runtime negative test. No static errors or warnings.
7 closure_call_wrong_argument_count_negative_test: skip 7 closure_call_wrong_argument_count_negative_test: skip
8 8
9 # TBD: using built-in identifers 9 # TBD: using built-in identifers
10 built_in_identifier_prefix_test: fail # Issue 12694 10 built_in_identifier_prefix_test: fail # Issue 12694
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 library_ambiguous_test/02: CompileTimeError 291 library_ambiguous_test/02: CompileTimeError
292 library_ambiguous_test/03: CompileTimeError 292 library_ambiguous_test/03: CompileTimeError
293 library_negative_test: CompileTimeError 293 library_negative_test: CompileTimeError
294 list_literal2_negative_test: CompileTimeError 294 list_literal2_negative_test: CompileTimeError
295 list_literal4_test: StaticWarning 295 list_literal4_test: StaticWarning
296 list_literal_negative_test: CompileTimeError 296 list_literal_negative_test: CompileTimeError
297 list_test: StaticWarning 297 list_test: StaticWarning
298 malbounded_type_cast_test: StaticWarning 298 malbounded_type_cast_test: StaticWarning
299 malbounded_type_literal_test: StaticWarning 299 malbounded_type_literal_test: StaticWarning
300 malformed_type_test: StaticWarning 300 malformed_type_test: StaticWarning
301 malformed2_test/01: MissingCompileTimeError
301 map_literal11_test: StaticWarning 302 map_literal11_test: StaticWarning
302 map_literal2_negative_test: CompileTimeError 303 map_literal2_negative_test: CompileTimeError
303 map_literal3_test: StaticWarning 304 map_literal3_test: StaticWarning
304 map_literal4_test: StaticWarning 305 map_literal4_test: StaticWarning
305 map_literal6_test: StaticWarning 306 map_literal6_test: StaticWarning
306 map_literal8_test: StaticWarning 307 map_literal8_test: StaticWarning
307 map_literal_negative_test: CompileTimeError 308 map_literal_negative_test: CompileTimeError
308 method_override4_test: StaticWarning 309 method_override4_test: StaticWarning
309 method_override5_test: StaticWarning 310 method_override5_test: StaticWarning
310 method_override6_test: StaticWarning 311 method_override6_test: StaticWarning
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 type_variable_identifier_expression_test: StaticWarning 440 type_variable_identifier_expression_test: StaticWarning
440 type_variable_scope2_test: StaticWarning 441 type_variable_scope2_test: StaticWarning
441 unary_plus_negative_test: CompileTimeError 442 unary_plus_negative_test: CompileTimeError
442 unbound_getter_test: StaticWarning 443 unbound_getter_test: StaticWarning
443 unhandled_exception_negative_test: CompileTimeError 444 unhandled_exception_negative_test: CompileTimeError
444 unresolved_top_level_method_negative_test: CompileTimeError 445 unresolved_top_level_method_negative_test: CompileTimeError
445 vm/type_cast_vm_test: StaticWarning 446 vm/type_cast_vm_test: StaticWarning
446 vm/type_vm_test: StaticWarning 447 vm/type_vm_test: StaticWarning
447 void_type_test: StaticWarning 448 void_type_test: StaticWarning
448 449
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