| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index de883291aea5cbe1294d92c7b869be80137d415d..bef2555a82cdff2dac5a6faecf179e649ca2e8a4 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -2,6 +2,17 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| +[ $compiler == dart2js && $csp && $runtime == drt ]
|
| +indexeddb_2_test: Fail # Bug in v8, http://dartbug.com/9407
|
| +mandel_isolate_stream_test: Fail # Bug in v8, http://dartbug.com/9407
|
| +message_test: Fail # Bug in v8, http://dartbug.com/9407
|
| +nested_spawn_stream2_test: Fail # Bug in v8, http://dartbug.com/9407
|
| +count_test: Fail # Bug in v8, http://dartbug.com/9407
|
| +count_stream_test: Fail # Bug in v8, http://dartbug.com/9407
|
| +mandel_isolate_test: Fail # Bug in v8, http://dartbug.com/9407
|
| +mint_maker_test: Fail # Bug in v8, http://dartbug.com/9407
|
| +
|
| +
|
| [ $runtime == vm ]
|
| isolate2_negative_test: Skip # Need to resolve correct behaviour.
|
| isolate3_negative_test: Skip # test depends on isolate error exiting process.
|
|
|