| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 3a455d2baaf0b808444eb5659207e1289b337795..6b9e9e9b8aefcf4d6746e1e39664052f5121ba87 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -53,7 +53,7 @@ io/http_proxy_test: Skip
|
| io/secure_builtin_roots_test: Skip
|
|
|
|
|
| -[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| +[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| typed_array_test: RuntimeError, OK # Uses Isolate.spawn
|
| typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn
|
| typed_data_isolate_test: SkipByDesign # This test uses dart:io
|
| @@ -158,7 +158,7 @@ io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351
|
| full_coverage_test: SkipSlow # Times out. Issue 20352
|
| io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too slow.
|
|
|
| -[ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid) && $unchecked ]
|
| +[ $compiler == none && $runtime == dartium && $unchecked ]
|
| assert_test: Fail # Issue 14651.
|
|
|
| [ $compiler == none && $runtime == drt ]
|
|
|