Chromium Code Reviews| Index: tests/standalone/standalone.status |
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
| index 3cd11a86a6332b06b662c90914a611ad8276a0c6..da6bcf367a743404509c925a320f3624496a4181 100644 |
| --- a/tests/standalone/standalone.status |
| +++ b/tests/standalone/standalone.status |
| @@ -19,6 +19,9 @@ io/socket_invalid_arguments_test: Fail, OK |
| io/file_fuzz_test: Skip |
| io/directory_fuzz_test: Skip |
| +[ $runtime == vm && $system == macos && $arch == x64 ] |
|
Mads Ager (google)
2013/01/24 13:01:34
Remove extra space?
floitsch
2013/01/24 13:13:26
Done.
|
| +io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091 |
| + |
| [ $runtime == vm && $system == macos ] |
| # This test fails with "Too many open files" on the Mac OS buildbot. |
| # This is expected as MacOS by default runs with a very low number |