| Index: tests/co19/co19-compiler.status
|
| diff --git a/tests/co19/co19-compiler.status b/tests/co19/co19-compiler.status
|
| index fdfca6f0e3cb6eb4df953cdad7db32f0405c7d6e..7ff7b7d772fc168f84520fac13210b0fe73666ca 100644
|
| --- a/tests/co19/co19-compiler.status
|
| +++ b/tests/co19/co19-compiler.status
|
| @@ -5,6 +5,9 @@
|
| prefix co19
|
|
|
| [ $component == dartc ]
|
| +LibTest/core/Isolate/*: Skip # missing #import("dart:isolate") (co19 issue #80)
|
| +LibTest/core/SendPort/*: Skip # missing #import("dart:isolate") (co19 issue #80)
|
| +LibTest/core/ReceivePort/*: Skip # missing #import("dart:isolate") (co19 issue #80)
|
|
|
|
|
| # Marked failed after code generation removed from dartc
|
|
|