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

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

Issue 2947043002: Updated parser to produce error when trying to reinitialize final variables in class constructors. … (Closed)
Patch Set: Added issue #'s to status file updates, fixed language const_error_multiply test 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/language/language_dart2js.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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 deferred_regression_22995_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 55 deferred_regression_22995_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
56 deferred_regression_28678_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 56 deferred_regression_28678_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
57 deferred_shadow_load_library_test: RuntimeError # Fasta/KernelVM bug: Deferred l oading kernel issue 28335. 57 deferred_shadow_load_library_test: RuntimeError # Fasta/KernelVM bug: Deferred l oading kernel issue 28335.
58 deferred_shared_and_unshared_classes_test: CompileTimeError # Fasta/KernelVM bug : Deferred loading kernel issue 28335. 58 deferred_shared_and_unshared_classes_test: CompileTimeError # Fasta/KernelVM bug : Deferred loading kernel issue 28335.
59 deferred_static_seperate_test: CompileTimeError # Fasta/KernelVM bug: Deferred l oading kernel issue 28335. 59 deferred_static_seperate_test: CompileTimeError # Fasta/KernelVM bug: Deferred l oading kernel issue 28335.
60 deferred_super_dependency_test/01: CompileTimeError # Fasta/KernelVM bug: Deferr ed loading kernel issue 28335. 60 deferred_super_dependency_test/01: CompileTimeError # Fasta/KernelVM bug: Deferr ed loading kernel issue 28335.
61 deferred_type_dependency_test/as: CompileTimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335. 61 deferred_type_dependency_test/as: CompileTimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335.
62 deferred_type_dependency_test/is: CompileTimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335. 62 deferred_type_dependency_test/is: CompileTimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335.
63 deferred_type_dependency_test/none: CompileTimeError # Fasta/KernelVM bug: Defer red loading kernel issue 28335. 63 deferred_type_dependency_test/none: CompileTimeError # Fasta/KernelVM bug: Defer red loading kernel issue 28335.
64 deferred_type_dependency_test/type_annotation: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 64 deferred_type_dependency_test/type_annotation: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
65 final_attempt_reinitialization_test/01: MissingCompileTimeError # Issue 29900
66 final_attempt_reinitialization_test/02: MissingCompileTimeError # Issue 29900
65 issue_1751477_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kern el issue 28335. 67 issue_1751477_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kern el issue 28335.
66 regress_22443_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kern el issue 28335. 68 regress_22443_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kern el issue 28335.
67 regress_23408_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kern el issue 28335. 69 regress_23408_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kern el issue 28335.
68 regress_28278_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kern el issue 28335. 70 regress_28278_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kern el issue 28335.
69 vm/regress_27201_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading k ernel issue 28335. 71 vm/regress_27201_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading k ernel issue 28335.
70 72
71 config_import_corelib_test: RuntimeError # KernelVM bug: Configurable imports. 73 config_import_corelib_test: RuntimeError # KernelVM bug: Configurable imports.
72 config_import_test: RuntimeError # KernelVM bug: Configurable imports. 74 config_import_test: RuntimeError # KernelVM bug: Configurable imports.
73 library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imp orts. 75 library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imp orts.
74 library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable im ports. 76 library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable im ports.
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 type_parameter_test/01: Fail 323 type_parameter_test/01: Fail
322 type_parameter_test/02: Fail 324 type_parameter_test/02: Fail
323 type_parameter_test/03: Fail 325 type_parameter_test/03: Fail
324 type_parameter_test/04: Fail 326 type_parameter_test/04: Fail
325 type_parameter_test/05: MissingCompileTimeError 327 type_parameter_test/05: MissingCompileTimeError
326 type_parameter_test/06: Fail 328 type_parameter_test/06: Fail
327 type_variable_bounds4_test/01: RuntimeError 329 type_variable_bounds4_test/01: RuntimeError
328 330
329 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] 331 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ]
330 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. 332 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698