| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 4bc2c552a43f6dd86d8ba4f66d4b5c2af9011a7e..0fe2a10bca1bae311864c129a7ab18c7986411b6 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -255,14 +255,14 @@ mirrors/symbol_validation_test: RuntimeError # Issue 13596
|
|
|
| async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
|
|
|
| -[ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
|
| +[ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| async/schedule_microtask6_test: Fail # Issue 10910
|
| mirrors/immutable_collections_test: Pass, Slow # Dartium debug uses -O0
|
| mirrors/mirrors_reader_test: Pass, Slow # Dartium debug uses -O0
|
| mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
|
| mirrors/local_isolate_test: Skip # http://dartbug.com/12188
|
|
|
| -[ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
|
| +[ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| async/timer_test: Fail, Pass # Issue 15487
|
| async/multiple_timer_test: Fail, Pass # Issue 15487
|
| async/stream_periodic3_test: Fail, Pass # Issue 15487
|
| @@ -283,6 +283,8 @@ convert/utf85_test: Pass, Slow # Issue 12644.
|
| [ $compiler == none && $runtime == dartium ]
|
| async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
|
| async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failure.
|
| +
|
| +[ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag
|
| mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag
|
| mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag
|
| @@ -291,7 +293,7 @@ mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag
|
| # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
|
| async/timer_isolate_test: Fail
|
|
|
| -[ $compiler == dart2dart || ($compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm)) ]
|
| +[ $compiler == dart2dart || ($compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm || $runtime == ContentShellOnAndroid)) ]
|
| # Deferred loading is not implemented in the VM so the error-handling will never be triggered.
|
| async/deferred/deferred_fail_to_load_test: Fail
|
| # Deferred loading is not implemented in the VM so the error-handling will never be triggered.
|
|
|