Chromium Code Reviews| Index: tests/standalone/standalone.status |
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
| index 06e47f31424a6acff24a3a423f8e0f02ed3fb02a..f43d87f0b2e60a876c01d40a120efa6c8e4aa702 100644 |
| --- a/tests/standalone/standalone.status |
| +++ b/tests/standalone/standalone.status |
| @@ -279,6 +279,9 @@ verbose_gc_to_bmu_test: Skip |
| io/platform_test: RuntimeError # Expects to be running from 'dart' instead of 'dart_precompiled_runtime' |
| io/directory_list_sync_test: Timeout, Skip # Expects to find the test directory relative to the script. |
| +[ $runtime == vm && $system == windows && $mode == release ] |
| +io/http_server_close_response_after_error_test: Skip # Issue 28370: timeout. |
|
zra
2017/01/12 20:52:00
We try to avoid Skip unless absolutely necessary.
bkonyi
2017/01/12 20:54:59
Oh right, makes sense. Done.
|
| + |
| [ $runtime == dart_precompiled || $mode == product ] |
| io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors |
| io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors |