Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(634)

Side by Side Diff: runtime/tests/vm/vm.status

Issue 10335002: fix vm test configuration to specify vm/cc (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # TODO(sigmund): change test.dart to make it possible to use a 'cc/' prefix on
6 # vm cc tests.
7
8 # When a spawned isolate throws an uncaught exception, we terminate the vm. 5 # When a spawned isolate throws an uncaught exception, we terminate the vm.
9 RunLoop_ExceptionChild: Fail 6 cc/RunLoop_ExceptionChild: Fail
10 7
11 [ $arch == x64 ] 8 [ $arch == x64 ]
12 IsolateInterrupt: Skip 9 cc/IsolateInterrupt: Skip
13 10
14 [ $system == windows ] 11 [ $system == windows ]
15 Dart2JSCompileAll: Skip 12 cc/Dart2JSCompileAll: Skip
16 13
17 # The following section refers to the dart vm tests which live under 14 # The following section refers to the dart vm tests which live under
18 # runtime/tests/vm/dart. 15 # runtime/tests/vm/dart.
19 16
20 [ $system == windows ] 17 [ $system == windows ]
21 dart/isolate_mirror_self_test: Skip # TODO(turnidge): Fix this 18 dart/isolate_mirror_self_test: Skip # TODO(turnidge): Fix this
22 19
23 [ $runtime == drt ] 20 [ $runtime == drt ]
24 dart/import_map_test: Skip 21 dart/import_map_test: Skip
25 dart/isolate_mirror_self_test: Skip # TODO(turnidge,antonm): investigate 22 dart/isolate_mirror_self_test: Skip # TODO(turnidge,antonm): investigate
26 23
27
28 [ $compiler == dart2js || $compiler == frog || $compiler == dartc ] 24 [ $compiler == dart2js || $compiler == frog || $compiler == dartc ]
29 dart/import_map_test: Skip # compilers not aware of import maps. 25 dart/import_map_test: Skip # compilers not aware of import maps.
30 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors 26 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors
31 27
32 [ $arch == arm ] 28 [ $arch == arm ]
33 dart/*: Skip 29 dart/*: Skip
34 30
35 [ $arch == simarm ] 31 [ $arch == simarm ]
36 dart/*: Skip 32 dart/*: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698