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

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

Issue 12663024: Implement optional parameter handling in ARM vm. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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/assembler_arm.h » ('j') | runtime/vm/flow_graph_compiler_arm.cc » ('J')
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 cc/New: Crash # Issue 6958. 5 cc/New: Crash # Issue 6958.
6 cc/TypeVariableReflection: Crash # Issue 6958. 6 cc/TypeVariableReflection: Crash # Issue 6958.
7 cc/LibraryGetClassNames: Fail # Issue 6958. 7 cc/LibraryGetClassNames: Fail # Issue 6958.
8 cc/ImportLibrary5: Fail # Issue 6958. 8 cc/ImportLibrary5: Fail # Issue 6958.
9 9
10 # These tests are expected to crash on all platforms. 10 # These tests are expected to crash on all platforms.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 cc/Dart2JSCompileAll: Skip 67 cc/Dart2JSCompileAll: Skip
68 cc/FrameLookup: Skip 68 cc/FrameLookup: Skip
69 cc/UseDartApi: Skip 69 cc/UseDartApi: Skip
70 # Tests needing Dart execution. 70 # Tests needing Dart execution.
71 dart/*: Skip 71 dart/*: Skip
72 72
73 [ $arch == simarm && $checked] 73 [ $arch == simarm && $checked]
74 # Tests needing type check support. 74 # Tests needing type check support.
75 cc/DartStaticResolve: Crash 75 cc/DartStaticResolve: Crash
76 cc/DartDynamicResolve: Crash 76 cc/DartDynamicResolve: Crash
77 cc/FindCodeObject: Crash
zra 2013/03/22 16:45:10 Are there any tests that can be enabled now for th
regis 2013/03/22 17:26:11 I had to implement support for optional parameters
77 78
78 [ $arch == mips ] 79 [ $arch == mips ]
79 *: Skip 80 *: Skip
80 81
81 [ $arch == simmips ] 82 [ $arch == simmips ]
82 # Tests needing an assembler. 83 # Tests needing an assembler.
83 cc/Call: Skip 84 cc/Call: Skip
84 cc/CallLeafRuntimeStubCode: Skip 85 cc/CallLeafRuntimeStubCode: Skip
85 cc/CallRuntimeStubCode: Skip 86 cc/CallRuntimeStubCode: Skip
86 cc/Dart2JSCompileAll: Skip 87 cc/Dart2JSCompileAll: Skip
87 cc/FrameLookup: Skip 88 cc/FrameLookup: Skip
88 cc/IcDataAccess: Skip 89 cc/IcDataAccess: Skip
89 cc/Jump: Skip 90 cc/Jump: Skip
90 cc/PatchStaticCall: Skip 91 cc/PatchStaticCall: Skip
91 cc/Simple: Skip 92 cc/Simple: Skip
92 cc/UseDartApi: Skip 93 cc/UseDartApi: Skip
93 # Tests needing Dart execution. 94 # Tests needing Dart execution.
94 dart/*: Skip 95 dart/*: Skip
95 96
96 # TODO(ajohnsen): Fix this as part of library changes. 97 # TODO(ajohnsen): Fix this as part of library changes.
97 [ $compiler == none ] 98 [ $compiler == none ]
98 cc/CustomIsolates: Skip # Bug 6890 99 cc/CustomIsolates: Skip # Bug 6890
99 cc/NewNativePort: Skip # Bug 6890 100 cc/NewNativePort: Skip # Bug 6890
100 cc/RunLoop_ExceptionParent: Skip # Bug 6890 101 cc/RunLoop_ExceptionParent: Skip # Bug 6890
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/assembler_arm.h » ('j') | runtime/vm/flow_graph_compiler_arm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698