| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 139dbd8ca7a8a66fa6d73feb3c7469eceea831e1..bdd59b135dd65a2fd633738668ddefc774a7c2ee 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -38,7 +38,7 @@ front_end/test/fasta/rasta/*: SkipByDesign
|
| front_end/test/fasta/sdk_test: SkipByDesign
|
|
|
| front_end/test/fasta/bootstrap_test: Pass, Slow
|
| -front_end/test/fasta/compile_test: Pass, Slow
|
| +front_end/test/fasta/compile_test: Fail, Slow # Issue 30244
|
| front_end/test/fasta/strong_test: Pass, Slow
|
| front_end/test/fasta/outline_test: Pass, Slow
|
| front_end/test/fasta/ast_builder_test: Pass, Slow
|
| @@ -69,6 +69,7 @@ dev_compiler/test/*: Skip
|
|
|
| [ $compiler == dart2analyzer ]
|
| dev_compiler/test/options/*: SkipByDesign
|
| +dev_compiler/test/codegen_test: MissingCompileTimeError # Issue 30245
|
|
|
| [ $compiler == none && $runtime == drt ]
|
| mutation_observer: Skip # Issue 21149
|
|
|