Chromium Code Reviews| Index: tests/standalone/standalone.status |
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
| index 90491ece6e2ae2aab76a78354131c5da3f951b79..bd99379b1d4d6748562fc87fab167da7435e223a 100644 |
| --- a/tests/standalone/standalone.status |
| +++ b/tests/standalone/standalone.status |
| @@ -24,6 +24,9 @@ io/stdout_bad_argument_test: Fail, OK |
| io/file_fuzz_test: Skip |
| io/directory_fuzz_test: Skip |
| +[ $runtime == vm && $system == windows ] |
| +vmservice/multiple_isolate_list_test: Fail, OK # http://dartbug.com/12124 |
|
ricow1
2013/07/30 12:58:15
Please don't use Fail, OK -> This is not to be use
|
| + |
| [ $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 |