| Index: .status
|
| diff --git a/.status b/.status
|
| index 31db8d1f4d99645517ec4c1dc751b9cec9b5e640..709e4f48362d06d17a8bc17688646da38d3f9d3a 100644
|
| --- a/.status
|
| +++ b/.status
|
| @@ -25,10 +25,13 @@ lib/*/*/*/*: SkipByDesign
|
|
|
| test/runner/browser/loader_test: Pass, Slow
|
|
|
| -# dart:io-specific tests.
|
| +# The test harness for browser tests doesn't play nicely with the new way of
|
| +# doing browser tests.
|
| [ $browser ]
|
| -test/runner/*: SkipByDesign
|
| -test/util/parse_annotations_test: SkipByDesign
|
| +test/*: SkipByDesign
|
| +test/*/*: SkipByDesign
|
| +test/*/*/*: SkipByDesign
|
| +test/*/*/*/*: SkipByDesign
|
|
|
| [ $runtime == safari ]
|
| test/matcher/prints_test: Fail # Issue 4
|
|
|