| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index a85ea9aa36220c4a2c3f592e73c0f2eb903a37b4..1630b8e902fd594838e3f83680f8d07e9a94ea77 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -147,7 +147,7 @@ io/test_runner_test: CompileTimeError # Imports dart:mirrors
|
| out_of_memory_test: Skip # passes on Mac, crashes on Linux
|
| oom_error_stacktrace_test: Skip # Fails on Linux
|
|
|
| -[ $arch == simarm && $mode == debug && $checked ]
|
| +[ ($arch == simarm || $arch == simdbc || $arch == simdbc64) && $mode == debug && $checked ]
|
| io/web_socket_test: Pass, Fail # Issue 26814
|
|
|
| [ $arch == mips ]
|
|
|