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

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

Issue 12439005: Implement leaf runtime call stub on ARM and corresponding call redirection (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') | 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 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 57
58 [ $compiler == dart2dart ] 58 [ $compiler == dart2dart ]
59 # Skip until we stabilize language tests. 59 # Skip until we stabilize language tests.
60 *: Skip 60 *: Skip
61 61
62 [ $arch == arm ] 62 [ $arch == arm ]
63 *: Skip 63 *: Skip
64 64
65 [ $arch == simarm ] 65 [ $arch == simarm ]
66 # Tests needing an assembler. 66 # Tests needing an assembler.
67 cc/CallLeafRuntimeStubCode: Skip
68 cc/CallRuntimeStubCode: Skip
69 cc/Dart2JSCompileAll: Skip 67 cc/Dart2JSCompileAll: Skip
70 cc/FrameLookup: Skip 68 cc/FrameLookup: Skip
71 cc/IcDataAccess: Skip 69 cc/IcDataAccess: Skip
72 cc/Jump: Skip
73 cc/UseDartApi: Skip 70 cc/UseDartApi: Skip
74 # Tests needing Dart execution. 71 # Tests needing Dart execution.
75 dart/*: Skip 72 dart/*: Skip
76 73
77 [ $arch == mips ] 74 [ $arch == mips ]
78 *: Skip 75 *: Skip
79 76
80 [ $arch == simmips ] 77 [ $arch == simmips ]
81 # Tests needing an assembler. 78 # Tests needing an assembler.
82 cc/Call: Skip 79 cc/Call: Skip
83 cc/CallLeafRuntimeStubCode: Skip 80 cc/CallLeafRuntimeStubCode: Skip
84 cc/CallRuntimeStubCode: Skip 81 cc/CallRuntimeStubCode: Skip
85 cc/Dart2JSCompileAll: Skip 82 cc/Dart2JSCompileAll: Skip
86 cc/FrameLookup: Skip 83 cc/FrameLookup: Skip
87 cc/IcDataAccess: Skip 84 cc/IcDataAccess: Skip
88 cc/Jump: Skip 85 cc/Jump: Skip
89 cc/PatchStaticCall: Skip 86 cc/PatchStaticCall: Skip
90 cc/Simple: Skip 87 cc/Simple: Skip
91 cc/UseDartApi: Skip 88 cc/UseDartApi: Skip
92 # Tests needing Dart execution. 89 # Tests needing Dart execution.
93 dart/*: Skip 90 dart/*: Skip
94 91
95 # TODO(ajohnsen): Fix this as part of library changes. 92 # TODO(ajohnsen): Fix this as part of library changes.
96 [ $compiler == none ] 93 [ $compiler == none ]
97 cc/CustomIsolates: Skip # Bug 6890 94 cc/CustomIsolates: Skip # Bug 6890
98 cc/NewNativePort: Skip # Bug 6890 95 cc/NewNativePort: Skip # Bug 6890
99 cc/RunLoop_ExceptionParent: Skip # Bug 6890 96 cc/RunLoop_ExceptionParent: Skip # Bug 6890
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/assembler_arm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698