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

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

Issue 3007803002: Migrate block 162 to Dart 2.0.
Patch Set: Created 3 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
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 [ $strong ] 8 [ $strong ]
9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te sts. 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te sts.
10 10
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 62 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
63 # These generic functions tests pass for the wrong reason in checked mode, 63 # These generic functions tests pass for the wrong reason in checked mode,
64 # because the parsed type parameters are mapped to dynamic type. 64 # because the parsed type parameters are mapped to dynamic type.
65 generic_functions_test: Pass # Issue 25869 65 generic_functions_test: Pass # Issue 25869
66 66
67 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] 67 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
68 unicode_bom_test: Fail # Issue 16067 68 unicode_bom_test: Fail # Issue 16067
69 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. 69 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
70 70
71 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 71 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
72 type_variable_bounds4_test/01: Fail # Issue 14006
eernst 2017/09/04 17:04:58 In the email thread 'Loss of test coverage' on dar
73 72
74 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] 73 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
75 export_ambiguous_main_negative_test: Fail # Issue 14763 74 export_ambiguous_main_negative_test: Fail # Issue 14763
76 75
77 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p recompiled) || $runtime == flutter) ] 76 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p recompiled) || $runtime == flutter) ]
78 dynamic_prefix_core_test/none: Fail # Issue 12478 77 dynamic_prefix_core_test/none: Fail # Issue 12478
79 78
80 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar ch == arm64 ] 79 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar ch == arm64 ]
81 large_class_declaration_test: SkipSlow # Uses too much memory. 80 large_class_declaration_test: SkipSlow # Uses too much memory.
82 closure_cycles_test: Pass, Slow 81 closure_cycles_test: Pass, Slow
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 type_variable_scope_test/00: CompileTimeError 269 type_variable_scope_test/00: CompileTimeError
271 type_variable_scope_test/01: CompileTimeError 270 type_variable_scope_test/01: CompileTimeError
272 type_variable_scope_test/03: CompileTimeError 271 type_variable_scope_test/03: CompileTimeError
273 type_variable_scope_test/02: CompileTimeError 272 type_variable_scope_test/02: CompileTimeError
274 type_variable_scope_test/04: CompileTimeError 273 type_variable_scope_test/04: CompileTimeError
275 type_variable_scope_test/05: CompileTimeError 274 type_variable_scope_test/05: CompileTimeError
276 invocation_mirror_invoke_on_test: CompileTimeError 275 invocation_mirror_invoke_on_test: CompileTimeError
277 method_override3_test/00: CompileTimeError 276 method_override3_test/00: CompileTimeError
278 method_override3_test/01: CompileTimeError 277 method_override3_test/01: CompileTimeError
279 method_override3_test/02: CompileTimeError 278 method_override3_test/02: CompileTimeError
280 type_variable_bounds_test/00: CompileTimeError
281 type_variable_bounds_test/06: CompileTimeError
282 type_variable_bounds_test/07: CompileTimeError
283 type_variable_bounds_test/09: CompileTimeError
284 type_variable_bounds_test/10: CompileTimeError
285 type_variable_bounds_test/08: CompileTimeError
eernst 2017/09/04 17:04:58 Lost coverage: don't delete lines 280-285.
286 factory4_test: CompileTimeError 279 factory4_test: CompileTimeError
287 factory2_test: CompileTimeError 280 factory2_test: CompileTimeError
288 regress_18535_test: CompileTimeError 281 regress_18535_test: CompileTimeError
289 prefix22_test: CompileTimeError 282 prefix22_test: CompileTimeError
290 regress_28255_test: CompileTimeError 283 regress_28255_test: CompileTimeError
291 enum_mirror_test: CompileTimeError 284 enum_mirror_test: CompileTimeError
292 field_override_test/01: CompileTimeError 285 field_override_test/01: CompileTimeError
293 override_inheritance_field_test/05: CompileTimeError 286 override_inheritance_field_test/05: CompileTimeError
294 override_inheritance_field_test/07: CompileTimeError 287 override_inheritance_field_test/07: CompileTimeError
295 override_inheritance_field_test/06: CompileTimeError 288 override_inheritance_field_test/06: CompileTimeError
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 full_stacktrace1_test: Skip 491 full_stacktrace1_test: Skip
499 full_stacktrace2_test: Skip 492 full_stacktrace2_test: Skip
500 full_stacktrace3_test: Skip 493 full_stacktrace3_test: Skip
501 stacktrace_rethrow_error_test: Skip 494 stacktrace_rethrow_error_test: Skip
502 stacktrace_rethrow_nonerror_test: Skip 495 stacktrace_rethrow_nonerror_test: Skip
503 vm/no_such_args_error_message_vm_test: Skip 496 vm/no_such_args_error_message_vm_test: Skip
504 vm/no_such_method_error_message_callable_vm_test: Skip 497 vm/no_such_method_error_message_callable_vm_test: Skip
505 vm/no_such_method_error_message_vm_test: Skip 498 vm/no_such_method_error_message_vm_test: Skip
506 vm/regress_28325_test:Skip 499 vm/regress_28325_test:Skip
507 500
OLDNEW
« no previous file with comments | « no previous file | tests/language/language_analyzer2.status » ('j') | tests/language/language_analyzer2.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698