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

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

Issue 10829041: Fix Function::NumberOfImplicitParameters() for closure functions. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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 | « no previous file | runtime/vm/object.cc » ('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 # 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.
6 cc/RunLoop_ExceptionChild: Fail 6 cc/RunLoop_ExceptionChild: Fail
7 7
8 # This test is expected to crash on all platforms. 8 # This test is expected to crash on all platforms.
9 cc/SNPrint_BadArgs: Crash 9 cc/SNPrint_BadArgs: Crash
10 10
11 cc/ClosureFunction: Crash,Fail
12
13 [ $arch == x64 ] 11 [ $arch == x64 ]
14 cc/IsolateInterrupt: Skip 12 cc/IsolateInterrupt: Skip
15 13
16 # 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
17 # runtime/tests/vm/dart. 15 # runtime/tests/vm/dart.
18 16
19 [ $system == windows ] 17 [ $system == windows ]
20 cc/Dart2JSCompileAll: Skip 18 cc/Dart2JSCompileAll: Skip
21 19
22 [ $runtime == drt ] 20 [ $runtime == drt ]
(...skipping 10 matching lines...) Expand all
33 dart/byte_array_test: Fail 31 dart/byte_array_test: Fail
34 dart/import_map_test: Fail 32 dart/import_map_test: Fail
35 dart/isolate_mirror_local_test: Crash 33 dart/isolate_mirror_local_test: Crash
36 dart/isolate_mirror_remote_test: Crash 34 dart/isolate_mirror_remote_test: Crash
37 35
38 [ $arch == arm ] 36 [ $arch == arm ]
39 dart/*: Skip 37 dart/*: Skip
40 38
41 [ $arch == simarm ] 39 [ $arch == simarm ]
42 dart/*: Skip 40 dart/*: Skip
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698