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

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

Issue 150223002: Add 'static type error' tags to multitests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rename 'static type error' to 'checked mode compile-time error'. Created 6 years, 8 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/const_constructor2_test.dart ('k') | tests/language/language_analyzer.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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ $compiler == none ] 8 [ $compiler == none ]
9 mixin_super_constructor_named_test: Fail # Issue 12631 9 mixin_super_constructor_named_test: Fail # Issue 12631
10 mixin_super_constructor_positionals_test: Fail # Issue 12631 10 mixin_super_constructor_positionals_test: Fail # Issue 12631
(...skipping 10 matching lines...) Expand all
21 mixin_forwarding_constructor2_test: Fail # Issue 13641 21 mixin_forwarding_constructor2_test: Fail # Issue 13641
22 22
23 [ $compiler == none && $runtime == vm ] 23 [ $compiler == none && $runtime == vm ]
24 class_keyword_test/02: MissingCompileTimeError # Issue 13627 24 class_keyword_test/02: MissingCompileTimeError # Issue 13627
25 25
26 unicode_bom_test: Fail # Issue 16067 26 unicode_bom_test: Fail # Issue 16067
27 27
28 [ $compiler == none && $checked ] 28 [ $compiler == none && $checked ]
29 type_variable_bounds4_test/01: Fail # Issue 14006 29 type_variable_bounds4_test/01: Fail # Issue 14006
30 30
31 [ $compiler == none && $unchecked ]
32 # Only checked mode reports an error on type assignment
33 # problems in compile time constants. -- Issue 16411.
34 compile_time_constant_checked_test/02: Fail, OK
35 compile_time_constant_checked2_test/01: Fail, OK
36 compile_time_constant_checked2_test/02: Fail, OK
37 compile_time_constant_checked2_test/03: Fail, OK
38 compile_time_constant_checked2_test/04: Fail, OK
39 compile_time_constant_checked2_test/05: Fail, OK
40 compile_time_constant_checked2_test/06: Fail, OK
41 compile_time_constant_checked3_test/01: Fail, OK
42 compile_time_constant_checked3_test/02: Fail, OK
43 compile_time_constant_checked3_test/03: Fail, OK
44 compile_time_constant_checked3_test/04: Fail, OK
45 compile_time_constant_checked3_test/05: Fail, OK
46 compile_time_constant_checked3_test/06: Fail, OK
47 malformed2_test/01: Fail, OK
48 const_constructor2_test/13: Fail, OK
49 const_constructor2_test/14: Fail, OK
50 const_constructor2_test/15: Fail, OK
51 const_constructor2_test/16: Fail, OK
52 const_constructor2_test/17: Fail, OK
53 const_constructor2_test/20: Fail, OK
54 const_constructor2_test/22: Fail, OK
55 const_constructor2_test/24: Fail, OK
56
57 [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == no ne) ] 31 [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == no ne) ]
58 call_test: Fail # Issue 12602 32 call_test: Fail # Issue 12602
59 dynamic_prefix_core_test: Fail # Issue 12478 33 dynamic_prefix_core_test: Fail # Issue 12478
60 34
61 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium ) ] 35 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium ) ]
62 export_ambiguous_main_negative_test: Fail # Issue 14763 36 export_ambiguous_main_negative_test: Fail # Issue 14763
63 37
64 [ $compiler == none && $runtime == drt ] 38 [ $compiler == none && $runtime == drt ]
65 mixin_illegal_object_test/01: pass # Issue 10952. 39 mixin_illegal_object_test/01: pass # Issue 10952.
66 mixin_illegal_object_test/02: pass # Issue 10952. 40 mixin_illegal_object_test/02: pass # Issue 10952.
67 41
68 [ $compiler == dart2js && $runtime == ie9 ] 42 [ $compiler == dart2js && $runtime == ie9 ]
69 lazy_static3_test: Fail # Issue 13469 43 lazy_static3_test: Fail # Issue 13469
70 44
71 [ $compiler == none && $runtime == dartium && $unchecked ] 45 [ $compiler == none && $runtime == dartium && $unchecked ]
72 named_parameters_type_test/01: Fail # Issue 13719: Please triage this failure. 46 named_parameters_type_test/01: Fail # Issue 13719: Please triage this failure.
73 named_parameters_type_test/02: Fail # Issue 13719: Please triage this failure. 47 named_parameters_type_test/02: Fail # Issue 13719: Please triage this failure.
74 named_parameters_type_test/03: Fail # Issue 13719: Please triage this failure. 48 named_parameters_type_test/03: Fail # Issue 13719: Please triage this failure.
75 positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu re. 49 positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu re.
76 positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failu re. 50 positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failu re.
77 assertion_test: Fail # Issue 13719: Please triage this failure. 51 assertion_test: Fail # Issue 13719: Please triage this failure.
78 generic_test: Fail # Issue 13719: Please triage this failure. 52 generic_test: Fail # Issue 13719: Please triage this failure.
79 list_literal1_test/01: Fail # Issue 13719: Please triage this failure. 53 #list_literal1_test/01: Fail # Issue 13719: Please triage this failure.
80 list_literal4_test: Fail # Issue 13719: Please triage this failure. 54 list_literal4_test: Fail # Issue 13719: Please triage this failure.
81 map_literal1_test/01: Fail # Issue 13719: Please triage this failure. 55 #map_literal1_test/01: Fail # Issue 13719: Please triage this failure.
82 map_literal4_test: Fail # Issue 13719: Please triage this failure. 56 map_literal4_test: Fail # Issue 13719: Please triage this failure.
83 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu re. 57 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu re.
84 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. 58 vm/type_vm_test: Fail # Issue 13719: Please triage this failure.
85 59
86 [ $compiler == none && $runtime == dartium ] 60 [ $compiler == none && $runtime == dartium ]
87 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa ilure. 61 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa ilure.
88 issue13474_test: Pass, Fail # Issue 14651. 62 issue13474_test: Pass, Fail # Issue 14651.
89 63
90 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 64 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
91 typed_message_test: Crash, Fail # Issue 13921, 14400 65 typed_message_test: Crash, Fail # Issue 13921, 14400
92 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. 66 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921.
93 67
OLDNEW
« no previous file with comments | « tests/language/const_constructor2_test.dart ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698