| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index 56a7761e0a08235de4973bde73fa475101602714..bb77488c50f763eeae86db721efdca6dbef02f8a 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -2,17 +2,14 @@
|
| # 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.
|
|
|
| -# TODO(sigmund): change test.dart to make it possible to use a 'cc/' prefix on
|
| -# vm cc tests.
|
| -
|
| # When a spawned isolate throws an uncaught exception, we terminate the vm.
|
| -RunLoop_ExceptionChild: Fail
|
| +cc/RunLoop_ExceptionChild: Fail
|
|
|
| [ $arch == x64 ]
|
| -IsolateInterrupt: Skip
|
| +cc/IsolateInterrupt: Skip
|
|
|
| [ $system == windows ]
|
| -Dart2JSCompileAll: Skip
|
| +cc/Dart2JSCompileAll: Skip
|
|
|
| # The following section refers to the dart vm tests which live under
|
| # runtime/tests/vm/dart.
|
| @@ -24,7 +21,6 @@ dart/isolate_mirror_self_test: Skip # TODO(turnidge): Fix this
|
| dart/import_map_test: Skip
|
| dart/isolate_mirror_self_test: Skip # TODO(turnidge,antonm): investigate
|
|
|
| -
|
| [ $compiler == dart2js || $compiler == frog || $compiler == dartc ]
|
| dart/import_map_test: Skip # compilers not aware of import maps.
|
| dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors
|
|
|