Chromium Code Reviews| Index: tests/standalone/standalone.status |
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
| index ed52805ff72b2f8c124ec7583c295c45b52a5422..3299105b3ac94d2d96736a62c02b7cb28609c07f 100644 |
| --- a/tests/standalone/standalone.status |
| +++ b/tests/standalone/standalone.status |
| @@ -289,6 +289,9 @@ io/directory_list_sync_test: Timeout, Skip # Expects to find the test directory |
| io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: timeout. |
| io/regress_7191_test: Pass, Timeout # Issue 28374: timeout. |
| +[ $runtime == vm && $system == linux && $mode == release && $arch == ia32 ] |
| +io/socket_close_test: Pass, Timeout # Issue 28502: timeout. |
|
zra
2017/01/24 21:00:24
It looks like this was on the asan bot.
bkonyi
2017/01/24 21:03:05
I've updated this line to include $builder_tag ==
|
| + |
| [ $runtime == dart_precompiled || $mode == product ] |
| io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors |
| io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors |