| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 095a30cc81725eba97594a26ff807953cf351efb..72d8a57e8002b8f8654a64a2cd0e1a23890274b4 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -148,7 +148,7 @@ io/file_stream_test: Skip # Issue 26109
|
| io/file_typed_data_test: Skip # Issue 26109
|
| io/file_input_stream_test: Skip # Issue 26109
|
|
|
| -[ $runtime != vm || ($arch == arm || $arch == arm64 || $arch == mips) ]
|
| +[ $runtime != vm || $arch == arm || $arch == arm64 || $arch == mips || ($system == windows && $mode == debug) ]
|
| fragmentation_test: Skip # VM test uses too much memory for small systems.
|
|
|
| [ $compiler == dart2js && $jscl ]
|
|
|