Chromium Code Reviews| Index: .status |
| diff --git a/.status b/.status |
| index 31db8d1f4d99645517ec4c1dc751b9cec9b5e640..9e320581e889957d885c9d1860fb39fde1859c67 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 |
| +lib/*: SkipByDesign |
|
kevmoo
2015/04/04 00:10:47
lib/? Don't you mean test/?
nweiz
2015/04/04 00:29:53
Good catch!
|
| +lib/*/*: SkipByDesign |
| +lib/*/*/*: SkipByDesign |
| +lib/*/*/*/*: SkipByDesign |
| [ $runtime == safari ] |
| test/matcher/prints_test: Fail # Issue 4 |