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

Side by Side Diff: tests/co19/co19-kernel.status

Issue 2899343002: Complain about function literals not being constant expressions. (Closed)
Patch Set: Created 3 years, 7 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 | « pkg/front_end/lib/src/fasta/kernel/body_builder.dart ('k') | no next file » | 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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError 6 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
7 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError 7 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
8 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError 8 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError 9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError
10 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror 10 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError 90 Language/Expressions/Constants/logical_expression_t04: MissingCompileTimeError
91 Language/Expressions/Constants/math_operators_t04: Crash 91 Language/Expressions/Constants/math_operators_t04: Crash
92 Language/Expressions/Constants/math_operators_t05: Crash 92 Language/Expressions/Constants/math_operators_t05: Crash
93 Language/Expressions/Constants/no_other_constant_expressions_t10: MissingCompile TimeError 93 Language/Expressions/Constants/no_other_constant_expressions_t10: MissingCompile TimeError
94 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash 94 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash
95 Language/Expressions/Constants/no_other_constant_expressions_t14: Crash 95 Language/Expressions/Constants/no_other_constant_expressions_t14: Crash
96 Language/Expressions/Constants/no_other_constant_expressions_t15: Crash 96 Language/Expressions/Constants/no_other_constant_expressions_t15: Crash
97 Language/Expressions/Constants/no_other_constant_expressions_t17: Crash 97 Language/Expressions/Constants/no_other_constant_expressions_t17: Crash
98 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError 98 Language/Expressions/Constants/string_length_t03: MissingCompileTimeError
99 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError 99 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError
100 Language/Expressions/Constants/top_level_function_t01: Crash
101 Language/Expressions/Constants/top_level_function_t02: Crash
102 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError 100 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar guments_t01: MissingCompileTimeError
103 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError 101 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError
104 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError 102 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError
105 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror 103 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr ror
106 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02: Miss ingCompileTimeError 104 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02: Miss ingCompileTimeError
107 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t02: MissingCompileTimeError 105 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c lass_t02: MissingCompileTimeError
108 Language/Expressions/Instance_Creation/New/evaluation_t06: RuntimeError 106 Language/Expressions/Instance_Creation/New/evaluation_t06: RuntimeError
109 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel Issue 28335 (deferred libraries) 107 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel Issue 28335 (deferred libraries)
110 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel Issue 28335 (deferred libraries) 108 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel Issue 28335 (deferred libraries)
111 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError 109 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError 399 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError
402 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError 400 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
403 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError 401 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
404 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError 402 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
405 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError 403 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
406 404
407 # Deferred loading kernel issue 28335. 405 # Deferred loading kernel issue 28335.
408 [ $compiler == dartk || $compiler == dartkp ] 406 [ $compiler == dartk || $compiler == dartkp ]
409 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 407 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
410 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 408 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/body_builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698