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

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

Issue 10271014: test rename overhaul: step 14 - vm tests (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
« no previous file with comments | « runtime/tests/vm/test_config.dart ('k') | runtime/tests/vm/vm_dart.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
5 # When a spawned isolate throws an uncaught exception, we terminate the vm. 8 # When a spawned isolate throws an uncaught exception, we terminate the vm.
6 RunLoop_ExceptionChild: Fail 9 RunLoop_ExceptionChild: Fail
7 10
8 [ $arch == x64 ] 11 [ $arch == x64 ]
9 IsolateInterrupt: Skip 12 IsolateInterrupt: Skip
10 13
11 [ $system == windows ] 14 [ $system == windows ]
12 Dart2JSCompileAll: Skip 15 Dart2JSCompileAll: Skip
16
17 # The following section refers to the dart vm tests which live under
18 # runtime/tests/vm/dart.
19
20 [ $system == windows ]
21 dart/isolate_mirror_self_test: Skip # TODO(turnidge): Fix this
22
23 [ $runtime == drt ]
24 dart/import_map_test: Skip
25 dart/isolate_mirror_self_test: Skip # TODO(turnidge,antonm): investigate
26
27 [ $arch == arm ]
28 dart/*: Skip
29
30 [ $arch == simarm ]
31 dart/*: Skip
OLDNEW
« no previous file with comments | « runtime/tests/vm/test_config.dart ('k') | runtime/tests/vm/vm_dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698