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

Side by Side Diff: tests/language/language_dart2js.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, 9 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_analyzer2.status ('k') | tests/language/list_literal1_test.dart » ('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 == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 bad_constructor_test/05: CompileTimeError # Issue 13669 6 bad_constructor_test/05: CompileTimeError # Issue 13669
7 malformed_test/05: MissingCompileTimeError # Issue 12695 7 malformed_test/05: MissingCompileTimeError # Issue 12695
8 malformed_test/06: MissingCompileTimeError # Issue 12695 8 malformed_test/06: MissingCompileTimeError # Issue 12695
9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 61 double_to_string_as_fixed2_test: RuntimeError # Issue 12749
62 double_to_string_as_precision2_test: RuntimeError # Issue 12749 62 double_to_string_as_precision2_test: RuntimeError # Issue 12749
63 generic_test: RuntimeError, OK 63 generic_test: RuntimeError, OK
64 named_parameters_type_test/01: MissingRuntimeError, OK 64 named_parameters_type_test/01: MissingRuntimeError, OK
65 named_parameters_type_test/02: MissingRuntimeError, OK 65 named_parameters_type_test/02: MissingRuntimeError, OK
66 named_parameters_type_test/03: MissingRuntimeError, OK 66 named_parameters_type_test/03: MissingRuntimeError, OK
67 positional_parameters_type_test/01: MissingRuntimeError, OK 67 positional_parameters_type_test/01: MissingRuntimeError, OK
68 positional_parameters_type_test/02: MissingRuntimeError, OK 68 positional_parameters_type_test/02: MissingRuntimeError, OK
69 issue13474_test: RuntimeError, OK 69 issue13474_test: RuntimeError, OK
70 70
71 [ $compiler == dart2js && $unchecked ]
72 # This section is for tests that intentionally have incompatible behavior in
73 # unchecked and checked mode. For instance tests for type errors in compile
74 # time constants, which cause static type warnings in unchecked mode and
75 # compile-time errors in checked mode. -- Issue 16411.
76 compile_time_constant_checked_test/02: MissingCompileTimeError, OK
77 compile_time_constant_checked2_test/01: MissingCompileTimeError, OK
78 compile_time_constant_checked2_test/02: MissingCompileTimeError, OK
79 compile_time_constant_checked2_test/03: MissingCompileTimeError, OK
80 compile_time_constant_checked2_test/04: MissingCompileTimeError, OK
81 compile_time_constant_checked2_test/05: MissingCompileTimeError, OK
82 compile_time_constant_checked2_test/06: MissingCompileTimeError, OK
83 compile_time_constant_checked3_test/01: MissingCompileTimeError, OK
84 compile_time_constant_checked3_test/02: MissingCompileTimeError, OK
85 compile_time_constant_checked3_test/03: MissingCompileTimeError, OK
86 compile_time_constant_checked3_test/04: MissingCompileTimeError, OK
87 compile_time_constant_checked3_test/05: MissingCompileTimeError, OK
88 compile_time_constant_checked3_test/06: MissingCompileTimeError, OK
89 malformed2_test/01: MissingCompileTimeError, OK
90 list_literal1_test/01: MissingCompileTimeError, OK
91 map_literal1_test/01: MissingCompileTimeError, OK
92 const_constructor2_test/13: MissingCompileTimeError, OK
93 const_constructor2_test/14: MissingCompileTimeError, OK
94 const_constructor2_test/15: MissingCompileTimeError, OK
95 const_constructor2_test/16: MissingCompileTimeError, OK
96 const_constructor2_test/17: MissingCompileTimeError, OK
97 const_constructor2_test/20: MissingCompileTimeError, OK
98 const_constructor2_test/22: MissingCompileTimeError, OK
99 const_constructor2_test/24: MissingCompileTimeError, OK
100
101 [ $compiler == dart2js && $minified ] 71 [ $compiler == dart2js && $minified ]
102 cyclic_type_test: Fail # Issue 12605 72 cyclic_type_test: Fail # Issue 12605
103 cyclic_type2_test: Fail # Issue 12605 73 cyclic_type2_test: Fail # Issue 12605
104 f_bounded_quantification4_test: Fail # Issue 12605 74 f_bounded_quantification4_test: Fail # Issue 12605
105 f_bounded_quantification5_test: Fail # Issue 12605 75 f_bounded_quantification5_test: Fail # Issue 12605
106 mixin_generic_test: Fail # Issue 12605 76 mixin_generic_test: Fail # Issue 12605
107 mixin_mixin2_test: Fail # Issue 12605 77 mixin_mixin2_test: Fail # Issue 12605
108 mixin_mixin3_test: Fail # Issue 12605 78 mixin_mixin3_test: Fail # Issue 12605
109 mixin_mixin4_test: Fail # Issue 12605 79 mixin_mixin4_test: Fail # Issue 12605
110 mixin_mixin5_test: Fail # Issue 12605 80 mixin_mixin5_test: Fail # Issue 12605
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 constructor_named_arguments_test/01: Fail # Issue 5519 233 constructor_named_arguments_test/01: Fail # Issue 5519
264 not_enough_positional_arguments_test/01: Fail # Issue 12839 234 not_enough_positional_arguments_test/01: Fail # Issue 12839
265 not_enough_positional_arguments_test/02: Fail # Issue 12839 235 not_enough_positional_arguments_test/02: Fail # Issue 12839
266 not_enough_positional_arguments_test/05: Fail # Issue 12839 236 not_enough_positional_arguments_test/05: Fail # Issue 12839
267 237
268 metadata_test: Fail # Issue 12762 238 metadata_test: Fail # Issue 12762
269 const_var_test: CompileTimeError # Issue 12794 239 const_var_test: CompileTimeError # Issue 12794
270 map_literal3_test: Fail # Issue 12794 240 map_literal3_test: Fail # Issue 12794
271 external_test/13: Fail # Issue 12888 241 external_test/13: Fail # Issue 12888
272 built_in_identifier_test/01: Fail # Issue 13022 242 built_in_identifier_test/01: Fail # Issue 13022
273 list_literal1_test/01: Fail # Issue 12993
274 map_literal1_test/01: Fail # Issue 12993
275 method_override4_test: Fail # Issue 12810 243 method_override4_test: Fail # Issue 12810
276 method_override5_test: Fail # Issue 12810 244 method_override5_test: Fail # Issue 12810
277 scope_variable_test/01: Fail # Issue 13016 245 scope_variable_test/01: Fail # Issue 13016
278 factory_redirection_test/01: Fail # Issue 12753 246 factory_redirection_test/01: Fail # Issue 12753
279 factory_redirection_test/02: Crash # Issue 12753 247 factory_redirection_test/02: Crash # Issue 12753
280 factory_redirection_test/03: Crash # Issue 12753 248 factory_redirection_test/03: Crash # Issue 12753
281 factory_redirection_test/09: Fail # Issue 12753 249 factory_redirection_test/09: Fail # Issue 12753
282 250
283 malbounded_type_literal_test: Fail # Issue 13960 251 malbounded_type_literal_test: Fail # Issue 13960
284 252
285 # DartVM problem. 253 # DartVM problem.
286 constructor5_test: Fail 254 constructor5_test: Fail
287 constructor6_test: Fail 255 constructor6_test: Fail
288 closure_in_initializer_test: Fail 256 closure_in_initializer_test: Fail
289 257
290 # Minified mode failures. 258 # Minified mode failures.
291 259
292 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. 260 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
293 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. 261 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
294 262
295 # Only checked mode reports an error on type assignment
296 # problems in compile time constants. -- Issue 16411.
297 compile_time_constant_checked_test/02: Fail, OK
298 compile_time_constant_checked2_test/01: Fail, OK
299 compile_time_constant_checked2_test/02: Fail, OK
300 compile_time_constant_checked2_test/03: Fail, OK
301 compile_time_constant_checked2_test/04: Fail, OK
302 compile_time_constant_checked2_test/05: Fail, OK
303 compile_time_constant_checked2_test/06: Fail, OK
304 compile_time_constant_checked3_test/01: Fail, OK
305 compile_time_constant_checked3_test/02: Fail, OK
306 compile_time_constant_checked3_test/03: Fail, OK
307 compile_time_constant_checked3_test/04: Fail, OK
308 compile_time_constant_checked3_test/05: Fail, OK
309 compile_time_constant_checked3_test/06: Fail, OK
310 malformed2_test/01: Fail, OK
311 const_constructor2_test/13: Fail, OK
312 const_constructor2_test/14: Fail, OK
313 const_constructor2_test/15: Fail, OK
314 const_constructor2_test/16: Fail, OK
315 const_constructor2_test/17: Fail, OK
316 const_constructor2_test/20: Fail, OK
317 const_constructor2_test/22: Fail, OK
318 const_constructor2_test/24: Fail, OK
319
320 [ $compiler == dart2dart && $checked ] 263 [ $compiler == dart2dart && $checked ]
321 # Dart VM problems 264 # Dart VM problems
322 malbounded_type_cast_test: Fail # Issue 14123 265 malbounded_type_cast_test: Fail # Issue 14123
323 malbounded_type_test_test/01: Fail # Issue 14131 266 malbounded_type_test_test/01: Fail # Issue 14131
324 malbounded_instantiation_test/01: Fail # Issue 14132 267 malbounded_instantiation_test/01: Fail # Issue 14132
325 268
326 [ $compiler == dart2dart && $minified ] 269 [ $compiler == dart2dart && $minified ]
327 cyclic_type_test: Fail # Issue 12605. 270 cyclic_type_test: Fail # Issue 12605.
328 cyclic_type2_test: Fail # Issue 12605. 271 cyclic_type2_test: Fail # Issue 12605.
329 super_getter_setter_test: Fail # Issue 11065. 272 super_getter_setter_test: Fail # Issue 11065.
(...skipping 11 matching lines...) Expand all
341 super_call4_test: Fail, OK # hardcoded names. 284 super_call4_test: Fail, OK # hardcoded names.
342 285
343 [ $minified ] 286 [ $minified ]
344 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 287 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
345 288
346 [ $runtime == ie9 ] 289 [ $runtime == ie9 ]
347 stack_trace_test: Fail, OK # Stack traces not available in IE9. 290 stack_trace_test: Fail, OK # Stack traces not available in IE9.
348 291
349 [ $compiler == dart2js && $host_checked ] 292 [ $compiler == dart2js && $host_checked ]
350 const_factory_with_body_test/01: Crash 293 const_factory_with_body_test/01: Crash
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/list_literal1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698