| Index: tests/language/language_kernel.status
|
| diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status
|
| index 644617e4a7d2f37dbabba660dfa6049622eaa094..b0960c1c6186180280037e9bea1bbbe7c00c4c57 100644
|
| --- a/tests/language/language_kernel.status
|
| +++ b/tests/language/language_kernel.status
|
| @@ -103,8 +103,6 @@ final_syntax_test/01: MissingCompileTimeError
|
| final_syntax_test/02: MissingCompileTimeError
|
| final_syntax_test/03: MissingCompileTimeError
|
| final_syntax_test/04: MissingCompileTimeError
|
| -function_subtype0_test: RuntimeError
|
| -function_subtype1_test: RuntimeError
|
| function_syntax_test/00: MissingCompileTimeError
|
| function_syntax_test/01: MissingCompileTimeError
|
| function_syntax_test/22: MissingCompileTimeError
|
| @@ -369,6 +367,8 @@ generic_metadata_test/03: MissingCompileTimeError # Fasta bug: Type arguments ar
|
|
|
| named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of constructor reference.
|
|
|
| +generic_function_typedef_test: RuntimeError
|
| +
|
| # dartk: JIT & AOT failures (debug)
|
| [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
|
| const_instance_field_test/01: Crash
|
|
|