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

Side by Side Diff: tests/language_2/language_2_precompiled.status

Issue 3005893002: Additional test cases related to bug #30568 (Closed)
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
« no previous file with comments | « tests/language_2/language_2_dartdevc.status ('k') | tests/language_2/language_2_vm.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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == precompiler" or 5 # Sections in this file should contain "$compiler == precompiler" or
6 # "$runtime == dart_precompiled". 6 # "$runtime == dart_precompiled".
7 7
8 [ $runtime == dart_precompiled ] 8 [ $runtime == dart_precompiled ]
9 abstract_beats_arguments_test: MissingCompileTimeError 9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError 10 abstract_exact_selector_test/01: MissingCompileTimeError
11 abstract_factory_constructor_test/00: MissingCompileTimeError 11 abstract_factory_constructor_test/00: MissingCompileTimeError
12 abstract_getter_test/01: MissingCompileTimeError 12 abstract_getter_test/01: MissingCompileTimeError
13 abstract_override_adds_optional_args_concrete_subclass_test: MissingCompileTimeE rror 13 abstract_override_adds_optional_args_concrete_subclass_test: MissingCompileTimeE rror
14 abstract_override_adds_optional_args_concrete_test: MissingCompileTimeError 14 abstract_override_adds_optional_args_concrete_test: MissingCompileTimeError
15 abstract_override_adds_optional_args_supercall_test: MissingCompileTimeError
15 abstract_syntax_test/00: MissingCompileTimeError 16 abstract_syntax_test/00: MissingCompileTimeError
16 additional_interface_adds_optional_args_concrete_subclass_test: MissingCompileTi meError 17 additional_interface_adds_optional_args_concrete_subclass_test: MissingCompileTi meError
17 additional_interface_adds_optional_args_concrete_test: MissingCompileTimeError 18 additional_interface_adds_optional_args_concrete_test: MissingCompileTimeError
19 additional_interface_adds_optional_args_supercall_test: MissingCompileTimeError
18 assign_static_type_test/01: MissingCompileTimeError 20 assign_static_type_test/01: MissingCompileTimeError
19 assign_static_type_test/02: MissingCompileTimeError 21 assign_static_type_test/02: MissingCompileTimeError
20 assign_static_type_test/03: MissingCompileTimeError 22 assign_static_type_test/03: MissingCompileTimeError
21 assign_static_type_test/04: MissingCompileTimeError 23 assign_static_type_test/04: MissingCompileTimeError
22 assign_static_type_test/05: MissingCompileTimeError 24 assign_static_type_test/05: MissingCompileTimeError
23 assign_static_type_test/06: MissingCompileTimeError 25 assign_static_type_test/06: MissingCompileTimeError
24 assign_to_type_test/01: MissingCompileTimeError 26 assign_to_type_test/01: MissingCompileTimeError
25 assign_to_type_test/02: MissingCompileTimeError 27 assign_to_type_test/02: MissingCompileTimeError
26 assign_to_type_test/03: MissingCompileTimeError 28 assign_to_type_test/03: MissingCompileTimeError
27 assign_to_type_test/04: MissingCompileTimeError 29 assign_to_type_test/04: MissingCompileTimeError
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 generic_methods_test: Pass # Issue 25869 270 generic_methods_test: Pass # Issue 25869
269 generic_methods_new_test: Pass # Issue 25869 271 generic_methods_new_test: Pass # Issue 25869
270 generic_local_functions_test: Pass # Issue 25869 272 generic_local_functions_test: Pass # Issue 25869
271 generic_methods_generic_function_parameter_test: Pass # Issue 25869 273 generic_methods_generic_function_parameter_test: Pass # Issue 25869
272 274
273 [ $runtime == dart_precompiled || $compiler == app_jit ] 275 [ $runtime == dart_precompiled || $compiler == app_jit ]
274 hello_dart_test: Skip # Incompatible flag: --compile_all 276 hello_dart_test: Skip # Incompatible flag: --compile_all
275 277
276 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($c ompiler == none || $compiler == app_jit || $compiler == precompiler) ] 278 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($c ompiler == none || $compiler == app_jit || $compiler == precompiler) ]
277 generalized_void_syntax_test: CompileTimeError # Issue #30176. 279 generalized_void_syntax_test: CompileTimeError # Issue #30176.
OLDNEW
« no previous file with comments | « tests/language_2/language_2_dartdevc.status ('k') | tests/language_2/language_2_vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698