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

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

Issue 60293003: Version 0.8.10.5 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: 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
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 compile_time_constant_checked2_test/03: MissingCompileTimeError, OK 63 compile_time_constant_checked2_test/03: MissingCompileTimeError, OK
64 compile_time_constant_checked2_test/04: MissingCompileTimeError, OK 64 compile_time_constant_checked2_test/04: MissingCompileTimeError, OK
65 compile_time_constant_checked2_test/05: MissingCompileTimeError, OK 65 compile_time_constant_checked2_test/05: MissingCompileTimeError, OK
66 compile_time_constant_checked2_test/06: MissingCompileTimeError, OK 66 compile_time_constant_checked2_test/06: MissingCompileTimeError, OK
67 compile_time_constant_checked3_test/01: MissingCompileTimeError, OK 67 compile_time_constant_checked3_test/01: MissingCompileTimeError, OK
68 compile_time_constant_checked3_test/02: MissingCompileTimeError, OK 68 compile_time_constant_checked3_test/02: MissingCompileTimeError, OK
69 compile_time_constant_checked3_test/03: MissingCompileTimeError, OK 69 compile_time_constant_checked3_test/03: MissingCompileTimeError, OK
70 compile_time_constant_checked3_test/04: MissingCompileTimeError, OK 70 compile_time_constant_checked3_test/04: MissingCompileTimeError, OK
71 compile_time_constant_checked3_test/05: MissingCompileTimeError, OK 71 compile_time_constant_checked3_test/05: MissingCompileTimeError, OK
72 compile_time_constant_checked3_test/06: MissingCompileTimeError, OK 72 compile_time_constant_checked3_test/06: MissingCompileTimeError, OK
73 malformed2_test/01: MissingCompileTimeError, OK
73 generic_test: RuntimeError, OK 74 generic_test: RuntimeError, OK
74 named_parameters_type_test/01: MissingRuntimeError, OK 75 named_parameters_type_test/01: MissingRuntimeError, OK
75 named_parameters_type_test/02: MissingRuntimeError, OK 76 named_parameters_type_test/02: MissingRuntimeError, OK
76 named_parameters_type_test/03: MissingRuntimeError, OK 77 named_parameters_type_test/03: MissingRuntimeError, OK
77 positional_parameters_type_test/01: MissingRuntimeError, OK 78 positional_parameters_type_test/01: MissingRuntimeError, OK
78 positional_parameters_type_test/02: MissingRuntimeError, OK 79 positional_parameters_type_test/02: MissingRuntimeError, OK
79 issue13474_test: RuntimeError, OK 80 issue13474_test: RuntimeError, OK
80 81
81 [ $compiler == dart2js && $minified ] 82 [ $compiler == dart2js && $minified ]
82 f_bounded_quantification4_test: Fail # Issue 12605. 83 f_bounded_quantification4_test: Fail # Issue 12605.
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 regress_13494_test: Fail # Issue 13494 188 regress_13494_test: Fail # Issue 13494
188 malformed_test/none: CompileTimeError # Issue 12695 189 malformed_test/none: CompileTimeError # Issue 12695
189 mixin_super_constructor_named_test: Fail # Issue 12631 190 mixin_super_constructor_named_test: Fail # Issue 12631
190 mixin_super_constructor_positionals_test: Fail # Issue 12631 191 mixin_super_constructor_positionals_test: Fail # Issue 12631
191 192
192 built_in_identifier_prefix_test: Fail # Issue 6972 193 built_in_identifier_prefix_test: Fail # Issue 6972
193 constructor_initializer_test/none: Fail # Issue 12633 194 constructor_initializer_test/none: Fail # Issue 12633
194 factory3_test: Fail # Issue 13077 195 factory3_test: Fail # Issue 13077
195 type_checks_in_factory_method_test: Fail # Issue 12747 196 type_checks_in_factory_method_test: Fail # Issue 12747
196 197
198 instanceof3_test: Fail # Issue 14768
199 is_not_class2_test: Fail # Issue 14768
200 isnot_malformed_type_test: Fail # Issue 14768
201 library_ambiguous_test/04: Fail # Issue 14768
202 malformed2_test/00: Fail # Issue 14768
203 on_catch_malformed_type_test: Fail # Issue 14768
204
197 # Mixins fail on the VM. 205 # Mixins fail on the VM.
198 mixin_forwarding_constructor2_test: Fail # Issue 13641 206 mixin_forwarding_constructor2_test: Fail # Issue 13641
199 207
200 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 208 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
201 209
202 # Malformed types not handled as unresolved: 210 # Malformed types not handled as unresolved:
203 import_core_prefix_test: Fail # Issue 13081 211 import_core_prefix_test: Fail # Issue 13081
204 prefix16_test: Fail # Issue 13081 212 prefix16_test: Fail # Issue 13081
205 prefix22_test: Fail # Issue 13081 213 prefix22_test: Fail # Issue 13081
206 214
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 compile_time_constant_checked2_test/03: Fail, OK 276 compile_time_constant_checked2_test/03: Fail, OK
269 compile_time_constant_checked2_test/04: Fail, OK 277 compile_time_constant_checked2_test/04: Fail, OK
270 compile_time_constant_checked2_test/05: Fail, OK 278 compile_time_constant_checked2_test/05: Fail, OK
271 compile_time_constant_checked2_test/06: Fail, OK 279 compile_time_constant_checked2_test/06: Fail, OK
272 compile_time_constant_checked3_test/01: Fail, OK 280 compile_time_constant_checked3_test/01: Fail, OK
273 compile_time_constant_checked3_test/02: Fail, OK 281 compile_time_constant_checked3_test/02: Fail, OK
274 compile_time_constant_checked3_test/03: Fail, OK 282 compile_time_constant_checked3_test/03: Fail, OK
275 compile_time_constant_checked3_test/04: Fail, OK 283 compile_time_constant_checked3_test/04: Fail, OK
276 compile_time_constant_checked3_test/05: Fail, OK 284 compile_time_constant_checked3_test/05: Fail, OK
277 compile_time_constant_checked3_test/06: Fail, OK 285 compile_time_constant_checked3_test/06: Fail, OK
286 malformed2_test/01: Fail, OK
278 287
279 [ $compiler == dart2dart && $checked ] 288 [ $compiler == dart2dart && $checked ]
280 # Dart VM problems 289 # Dart VM problems
281 malbounded_type_cast_test: Fail # Issue 14123 290 malbounded_type_cast_test: Fail # Issue 14123
282 malbounded_type_test_test/01: Fail # Issue 14131 291 malbounded_type_test_test/01: Fail # Issue 14131
283 malbounded_instantiation_test/01: Fail # Issue 14132 292 malbounded_instantiation_test/01: Fail # Issue 14132
284 293
294 type_parameter_test/01: Fail # Issue 14768
295 type_parameter_test/02: Fail # Issue 14768
296 type_parameter_test/03: Fail # Issue 14768
297 type_parameter_test/04: Fail # Issue 14768
298 type_parameter_test/05: Fail # Issue 14768
299 type_parameter_test/06: Fail # Issue 14768
300
285 [ $compiler == dart2dart && $minified ] 301 [ $compiler == dart2dart && $minified ]
286 super_getter_setter_test: Fail # Issue 11065. 302 super_getter_setter_test: Fail # Issue 11065.
287 f_bounded_quantification4_test: Fail # Issue 12605. 303 f_bounded_quantification4_test: Fail # Issue 12605.
288 f_bounded_quantification5_test: Fail # Issue 12605. 304 f_bounded_quantification5_test: Fail # Issue 12605.
289 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 305 many_overridden_no_such_method_test: Pass, Fail # Issue 13078
290 overridden_no_such_method_test: Pass, Fail # Issue 13078 306 overridden_no_such_method_test: Pass, Fail # Issue 13078
291 no_such_method_test: Pass, Fail # Issue 13078 307 no_such_method_test: Pass, Fail # Issue 13078
292 308
293 import_core_prefix_test: Pass 309 import_core_prefix_test: Pass
294 prefix22_test: Pass 310 prefix22_test: Pass
295 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 311 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
296 super_call4_test: Fail, OK # hardcoded names. 312 super_call4_test: Fail, OK # hardcoded names.
297 313
298 [ $minified ] 314 [ $minified ]
299 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 315 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
300 316
301 [ $runtime == ie9 ] 317 [ $runtime == ie9 ]
302 stack_trace_test: Fail, OK # Stack traces not available in IE9. 318 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « dart/tests/language/language_analyzer2.status ('k') | dart/tests/language/library_ambiguous_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698