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

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

Issue 3001803002: Migrate block 114 (and some of 113). (Closed)
Patch Set: Tweak app_jit status. Created 3 years, 4 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
11 [$compiler == precompiler && $runtime == dart_precompiled ] 11 [$compiler == precompiler && $runtime == dart_precompiled ]
12 stacktrace_demangle_ctors_test: RuntimeError 12 stacktrace_demangle_ctors_test: RuntimeError
13 13
14 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ] 14 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
15 abstract_beats_arguments2_test/01: Crash # Issue 29171 15 abstract_beats_arguments2_test/01: Crash # Issue 29171
16 16
17 # These test entries will be valid for vm (with and without kernel). 17 # These test entries will be valid for vm (with and without kernel).
18 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 18 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
19 19
20 # These tests are skipped in the VM because it has "--supermixin" 20 # These tests are skipped in the VM because it has "--supermixin"
21 # functionality enabled unconditionally. The tests should be removed 21 # functionality enabled unconditionally. The tests should be removed
22 # once the same is true for analyzer (#24478) and dart2js (#23773) 22 # once the same is true for analyzer (#24478) and dart2js (#23773)
23 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773 23 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773
24 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773 24 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773
25 25
26 # These bugs refer currently ongoing language discussions. 26 # These bugs refer currently ongoing language discussions.
27 constructor5_test: Fail # Issue 6422 27 constructor5_test: Fail # Issue 6422
28 constructor6_test: Fail # Issue 6422 28 constructor6_test: Fail # Issue 6422
29 29
30 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
31 30
32 # Failures related to super call in ctor initializer list 31 # Failures related to super call in ctor initializer list
33 super_test: Fail, OK 32 super_test: Fail, OK
34 final_field_initialization_order_test: Fail, OK 33 final_field_initialization_order_test: Fail, OK
35 field_initialization_order_test: Fail, OK 34 field_initialization_order_test: Fail, OK
36 example_constructor_test: Fail, OK 35 example_constructor_test: Fail, OK
37 constructor3_test: Fail, OK 36 constructor3_test: Fail, OK
38 constructor2_test: Fail, OK 37 constructor2_test: Fail, OK
39 38
40 # Regular bugs which should be fixed. 39 # Regular bugs which should be fixed.
(...skipping 15 matching lines...) Expand all
56 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 55 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
57 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 56 dynamic_prefix_core_test/01: RuntimeError # Issue 12478
58 multiline_strings_test: Fail # Issue 23020 57 multiline_strings_test: Fail # Issue 23020
59 58
60 deferred_redirecting_factory_test: Fail, Crash # Issue 23408 59 deferred_redirecting_factory_test: Fail, Crash # Issue 23408
61 redirecting_constructor_initializer_test: RuntimeError # Issue 23488 60 redirecting_constructor_initializer_test: RuntimeError # Issue 23488
62 61
63 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 62 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
64 # 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,
65 # because the parsed type parameters are mapped to dynamic type. 64 # because the parsed type parameters are mapped to dynamic type.
66 generic_methods_function_type_test: Pass # Issue 25869
67 generic_methods_test: Pass # Issue 25869
68 generic_methods_new_test: Pass # Issue 25869
69 generic_local_functions_test: Pass # Issue 25869
70 generic_functions_test: Pass # Issue 25869 65 generic_functions_test: Pass # Issue 25869
71 generic_methods_generic_function_parameter_test: Pass # Issue 25869
72 66
73 [ ($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) ]
74 unicode_bom_test: Fail # Issue 16067 68 unicode_bom_test: Fail # Issue 16067
75 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.
76 70
77 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 71 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
78 type_variable_bounds4_test/01: Fail # Issue 14006 72 type_variable_bounds4_test/01: Fail # Issue 14006
79 73
80 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] 74 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
81 export_ambiguous_main_negative_test: Fail # Issue 14763 75 export_ambiguous_main_negative_test: Fail # Issue 14763
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 156
163 [ $mode == product ] 157 [ $mode == product ]
164 issue13474_test: SkipByDesign # Requires checked mode. 158 issue13474_test: SkipByDesign # Requires checked mode.
165 named_parameters_type_test/01: SkipByDesign # Requires checked mode. 159 named_parameters_type_test/01: SkipByDesign # Requires checked mode.
166 named_parameters_type_test/02: SkipByDesign # Requires checked mode. 160 named_parameters_type_test/02: SkipByDesign # Requires checked mode.
167 named_parameters_type_test/03: SkipByDesign # Requires checked mode. 161 named_parameters_type_test/03: SkipByDesign # Requires checked mode.
168 type_checks_in_factory_method_test: SkipByDesign # Requires checked mode. 162 type_checks_in_factory_method_test: SkipByDesign # Requires checked mode.
169 positional_parameters_type_test/01: SkipByDesign # Requires checked mode. 163 positional_parameters_type_test/01: SkipByDesign # Requires checked mode.
170 positional_parameters_type_test/02: SkipByDesign # Requires checked mode. 164 positional_parameters_type_test/02: SkipByDesign # Requires checked mode.
171 list_literal4_test: SkipByDesign # Requires checked mode. 165 list_literal4_test: SkipByDesign # Requires checked mode.
172 generic_test: SkipByDesign # Requires checked mode.
173 map_literal4_test: SkipByDesign # Requires checked mode. 166 map_literal4_test: SkipByDesign # Requires checked mode.
174 167
175 vm/type_vm_test: Fail,OK # Expects exact type name. 168 vm/type_vm_test: Fail,OK # Expects exact type name.
176 169
177 stacktrace_demangle_ctors_test: SkipByDesign # Names are not scrubbed. 170 stacktrace_demangle_ctors_test: SkipByDesign # Names are not scrubbed.
178 171
179 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $br owser ] 172 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $br owser ]
180 # The following tests are supposed to fail. 173 # The following tests are supposed to fail.
181 library_env_test/has_io_support: RuntimeError, OK 174 library_env_test/has_io_support: RuntimeError, OK
182 library_env_test/has_no_html_support: RuntimeError, OK 175 library_env_test/has_no_html_support: RuntimeError, OK
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 deferred_shadow_load_library_test: Skip # Timeout 470 deferred_shadow_load_library_test: Skip # Timeout
478 deferred_global_test: Skip # Timeout 471 deferred_global_test: Skip # Timeout
479 472
480 # Look like bugs. 473 # Look like bugs.
481 config_import_test: RuntimeError # Flutter Issue 9110 474 config_import_test: RuntimeError # Flutter Issue 9110
482 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9 110 475 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9 110
483 vm/regress_27201_test: Fail # Flutter Issue 9110 476 vm/regress_27201_test: Fail # Flutter Issue 9110
484 asyncstar_yield_test: Skip # Flutter Issue 9110 477 asyncstar_yield_test: Skip # Flutter Issue 9110
485 await_for_test: Skip # Flutter Issue 9110 478 await_for_test: Skip # Flutter Issue 9110
486 await_for_cancel_test: Skip # Flutter Issue 9110 479 await_for_cancel_test: Skip # Flutter Issue 9110
OLDNEW
« no previous file with comments | « tests/language/getter_closure_execution_order_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698