| Index: .status
|
| diff --git a/.status b/.status
|
| index a8abff3315f5870bb0ee0b8987db22d2e554f765..056e829e4e039084cc5c5ac09b70a1c492cf386d 100644
|
| --- a/.status
|
| +++ b/.status
|
| @@ -23,6 +23,9 @@ lib/*/*: SkipByDesign
|
| lib/*/*/*: SkipByDesign
|
| lib/*/*/*/*: SkipByDesign
|
|
|
| +[ $browser ]
|
| +*: RuntimeError # new unittest package does not support browser tests
|
| +
|
| # dart:io-specific tests.
|
| [ $browser ]
|
| test/console_reporter_test: SkipByDesign
|
| @@ -32,6 +35,3 @@ test/vm_listener_test: SkipByDesign
|
|
|
| [ $runtime == safari ]
|
| test/matcher/prints_test: Fail # Issue 4
|
| -
|
| -[ $browser ]
|
| -*: RuntimeError # new unittest package does not support browser tests
|
|
|