| Index: tests/language/language_kernel.status
|
| diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status
|
| index 5e178f799a471dff5efcc97e2f6a5cc4439a35d4..46aba2c84198391f041c3bc8af3142ad8d589db8 100644
|
| --- a/tests/language/language_kernel.status
|
| +++ b/tests/language/language_kernel.status
|
| @@ -174,8 +174,6 @@ super_conditional_operator_test/13: MissingCompileTimeError
|
| super_conditional_operator_test/14: MissingCompileTimeError
|
| super_conditional_operator_test/15: MissingCompileTimeError
|
| super_conditional_operator_test/16: MissingCompileTimeError
|
| -super_conditional_operator_test/17: MissingCompileTimeError
|
| -super_conditional_operator_test/18: MissingCompileTimeError
|
| super_no_such_method1_test/01: RuntimeError
|
| super_no_such_method2_test/01: RuntimeError
|
| super_no_such_method3_test/01: RuntimeError
|
| @@ -193,6 +191,19 @@ try_catch_syntax_test/11: MissingCompileTimeError
|
| try_catch_syntax_test/12: MissingCompileTimeError
|
| vm/regress_27201_test: CompileTimeError
|
|
|
| +assign_to_type_test/01: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
|
| +assign_to_type_test/02: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
|
| +assign_to_type_test/03: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
|
| +assign_to_type_test/04: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
|
| +class_literal_test/12: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
|
| +class_literal_test/13: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
|
| +class_literal_test/24: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
|
| +first_class_types_literals_test/03: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
|
| +first_class_types_literals_test/04: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
|
| +first_class_types_literals_test/08: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
|
| +first_class_types_literals_test/09: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
|
| +if_null_assignment_behavior_test/15: CompileTimeError # Fasta bug: Incorrect handling of types as expressions.
|
| +
|
| config_import_corelib_test: RuntimeError # KernelVM bug: Configurable imports.
|
| config_import_test: RuntimeError # KernelVM bug: Configurable imports.
|
| library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imports.
|
|
|