| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index d527c9bfca6e4ff1a3b7fff6bd92c2c62e9c1adb..25f309e82e43626b065517963a5b69959b12ece2 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -113,8 +113,9 @@ oom_error_stacktrace_test: Skip # Fails on Linux
|
| [ $arch == mips ]
|
| io/signals_test: Fail # dartbug.com/17440
|
| io/file_stat_test: Fail # dartbug.com/17440
|
| +io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory.
|
|
|
| -[ $compiler == none && $runtime == dartium && $unchecked ]
|
| +[ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid) && $unchecked ]
|
| assert_test: Fail # Issue 13719: Please triage this failure.
|
|
|
| [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
|
|