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

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

Issue 2935593002: Attempt to instantiate an enum class is a compile-time error. (Closed)
Patch Set: Created 3 years, 6 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) 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/Factories/const_modifier_t01: MissingCompileTimeEr ror 7 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr ror
8 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror 8 Language/Classes/Constructors/Factories/const_modifier_t02: MissingCompileTimeEr ror
9 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or 9 Language/Classes/Constructors/Factories/default_value_t01: MissingCompileTimeErr or
10 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or 10 Language/Classes/Constructors/Factories/default_value_t02: MissingCompileTimeErr or
(...skipping 29 matching lines...) Expand all
40 Language/Classes/declarations_t06: MissingCompileTimeError 40 Language/Classes/declarations_t06: MissingCompileTimeError
41 Language/Classes/declarations_t08: MissingCompileTimeError 41 Language/Classes/declarations_t08: MissingCompileTimeError
42 Language/Classes/declarations_t25: MissingCompileTimeError 42 Language/Classes/declarations_t25: MissingCompileTimeError
43 Language/Classes/declarations_t26: MissingCompileTimeError 43 Language/Classes/declarations_t26: MissingCompileTimeError
44 Language/Classes/declarations_t27: MissingCompileTimeError 44 Language/Classes/declarations_t27: MissingCompileTimeError
45 Language/Classes/declarations_t28: MissingCompileTimeError 45 Language/Classes/declarations_t28: MissingCompileTimeError
46 Language/Classes/declarations_t33: MissingCompileTimeError 46 Language/Classes/declarations_t33: MissingCompileTimeError
47 Language/Classes/definition_t23: CompileTimeError 47 Language/Classes/definition_t23: CompileTimeError
48 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError 48 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError
49 Language/Classes/same_name_member_and_class_t03: MissingCompileTimeError 49 Language/Classes/same_name_member_and_class_t03: MissingCompileTimeError
50 Language/Enums/restrictions_t08: MissingCompileTimeError
51 Language/Expressions/Constants/bitwise_operators_t02: Crash 50 Language/Expressions/Constants/bitwise_operators_t02: Crash
52 Language/Expressions/Constants/bitwise_operators_t03: Crash 51 Language/Expressions/Constants/bitwise_operators_t03: Crash
53 Language/Expressions/Constants/bitwise_operators_t04: Crash 52 Language/Expressions/Constants/bitwise_operators_t04: Crash
54 Language/Expressions/Constants/bitwise_operators_t06: Crash 53 Language/Expressions/Constants/bitwise_operators_t06: Crash
55 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError 54 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
56 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError 55 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
57 Language/Expressions/Constants/depending_on_itself_t03: Crash 56 Language/Expressions/Constants/depending_on_itself_t03: Crash
58 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError 57 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError
59 Language/Expressions/Constants/exception_t04: MissingCompileTimeError 58 Language/Expressions/Constants/exception_t04: MissingCompileTimeError
60 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError 59 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError 268 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError
270 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError 269 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
271 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError 270 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
272 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError 271 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
273 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError 272 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
274 273
275 # Deferred loading kernel issue 28335. 274 # Deferred loading kernel issue 28335.
276 [ $compiler == dartk || $compiler == dartkp ] 275 [ $compiler == dartk || $compiler == dartkp ]
277 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 276 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
278 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 277 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') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698