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

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

Issue 12042065: - Make sure we can "run" all tests using simarm/simmips. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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 | « pkg/pkg.status ('k') | samples/tests/samples/samples.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 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 dart/inline_stack_frame_test: Skip 42 dart/inline_stack_frame_test: Skip
43 43
44 [ $runtime == safari ] 44 [ $runtime == safari ]
45 dart/inline_stack_frame_test: Fail # Issue: 7414 45 dart/inline_stack_frame_test: Fail # Issue: 7414
46 46
47 [ $compiler == dart2dart ] 47 [ $compiler == dart2dart ]
48 # Skip until we stabilize language tests. 48 # Skip until we stabilize language tests.
49 *: Skip 49 *: Skip
50 50
51 [ $arch == arm ] 51 [ $arch == arm ]
52 *: Skip
53
54 [ $arch == simarm ]
55 # Tests needing an assembler.
56 cc/Call: Skip
57 cc/CallLeafRuntimeStubCode: Skip
58 cc/CallRuntimeStubCode: Skip
59 cc/Dart2JSCompileAll: Skip
60 cc/FrameLookup: Skip
61 cc/IcDataAccess: Skip
62 cc/Jump: Skip
63 cc/PatchStaticCall: Skip
64 cc/Simple: Skip
65 cc/UseDartApi: Skip
66 # Tests needing Dart execution.
52 dart/*: Skip 67 dart/*: Skip
53 68
54 [ $arch == simarm ] 69 [ $arch == mips ]
70 *: Skip
71
72 [ $arch == simmips ]
73 # Tests needing an assembler.
74 cc/Call: Skip
75 cc/CallLeafRuntimeStubCode: Skip
76 cc/CallRuntimeStubCode: Skip
77 cc/Dart2JSCompileAll: Skip
78 cc/FrameLookup: Skip
79 cc/IcDataAccess: Skip
80 cc/Jump: Skip
81 cc/PatchStaticCall: Skip
82 cc/Simple: Skip
83 cc/UseDartApi: Skip
84 # Tests needing Dart execution.
55 dart/*: Skip 85 dart/*: Skip
56 86
57 # TODO(ajohnsen): Fix this as part of library changes. 87 # TODO(ajohnsen): Fix this as part of library changes.
58 [ $compiler == none ] 88 [ $compiler == none ]
59 cc/CustomIsolates: Skip # Bug 6890 89 cc/CustomIsolates: Skip # Bug 6890
60 cc/NewNativePort: Skip # Bug 6890 90 cc/NewNativePort: Skip # Bug 6890
61 cc/RunLoop_ExceptionParent: Skip # Bug 6890 91 cc/RunLoop_ExceptionParent: Skip # Bug 6890
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | samples/tests/samples/samples.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698