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

Side by Side Diff: tests/language/language_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
« no previous file with comments | « tests/co19/co19-kernel.status ('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 method_override_test: RuntimeError # Not triaged. 6 method_override_test: RuntimeError # Not triaged.
7 runtime_type_function_test: RuntimeError # Not triaged. 7 runtime_type_function_test: RuntimeError # Not triaged.
8 8
9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 [ $compiler == dartk || $compiler == dartkp ] 328 [ $compiler == dartk || $compiler == dartkp ]
329 cyclic_typedef_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. 329 cyclic_typedef_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
330 cyclic_typedef_test/02: MissingCompileTimeError # Fixed in ahe's dev branch. 330 cyclic_typedef_test/02: MissingCompileTimeError # Fixed in ahe's dev branch.
331 cyclic_typedef_test/03: MissingCompileTimeError # Fixed in ahe's dev branch. 331 cyclic_typedef_test/03: MissingCompileTimeError # Fixed in ahe's dev branch.
332 cyclic_typedef_test/04: MissingCompileTimeError # Fixed in ahe's dev branch. 332 cyclic_typedef_test/04: MissingCompileTimeError # Fixed in ahe's dev branch.
333 cyclic_typedef_test/05: MissingCompileTimeError # Fixed in ahe's dev branch. 333 cyclic_typedef_test/05: MissingCompileTimeError # Fixed in ahe's dev branch.
334 cyclic_typedef_test/06: MissingCompileTimeError # Fixed in ahe's dev branch. 334 cyclic_typedef_test/06: MissingCompileTimeError # Fixed in ahe's dev branch.
335 cyclic_typedef_test/07: MissingCompileTimeError # Fixed in ahe's dev branch. 335 cyclic_typedef_test/07: MissingCompileTimeError # Fixed in ahe's dev branch.
336 cyclic_typedef_test/08: MissingCompileTimeError # Fixed in ahe's dev branch. 336 cyclic_typedef_test/08: MissingCompileTimeError # Fixed in ahe's dev branch.
337 cyclic_typedef_test/09: MissingCompileTimeError # Fixed in ahe's dev branch. 337 cyclic_typedef_test/09: MissingCompileTimeError # Fixed in ahe's dev branch.
338 enum_syntax_test/30: MissingCompileTimeError # Fixed in ahe's dev branch.
339 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h. 338 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h.
340 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc h. 339 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc h.
341 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc h. 340 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc h.
342 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h. 341 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h.
343 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h. 342 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h.
344 metadata_test: CompileTimeError # Fixed in ahe's dev branch. 343 metadata_test: CompileTimeError # Fixed in ahe's dev branch.
345 344
346 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] 345 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ]
347 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. 346 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698