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

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

Issue 12496011: Added support for redirecting factories in dart api. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Restored comment. 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/dart_api_impl.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 cc/New: Crash # Issue 6958.
6 cc/TypeVariableReflection: Crash # Issue 6958.
7 cc/LibraryGetClassNames: Fail # Issue 6958.
8 cc/ImportLibrary5: Fail # Issue 6958.
9
10 # These tests are expected to crash on all platforms. 5 # These tests are expected to crash on all platforms.
11 cc/ArrayNew_Overflow_Crash: Crash 6 cc/ArrayNew_Overflow_Crash: Crash
12 cc/AllocGeneric_Overflow: Crash 7 cc/AllocGeneric_Overflow: Crash
13 8
14 cc/SNPrint_BadArgs: Skip 9 cc/SNPrint_BadArgs: Skip
15 10
16 # These tests are skipped because of the workaround to open issue 8594. 11 # These tests are skipped because of the workaround to open issue 8594.
17 cc/Debug_StackTraceDump1: Skip 12 cc/Debug_StackTraceDump1: Skip
18 cc/Debug_StackTraceDump2: Skip 13 cc/Debug_StackTraceDump2: Skip
19 14
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 cc/Simple: Skip 86 cc/Simple: Skip
92 cc/UseDartApi: Skip 87 cc/UseDartApi: Skip
93 # Tests needing Dart execution. 88 # Tests needing Dart execution.
94 dart/*: Skip 89 dart/*: Skip
95 90
96 # TODO(ajohnsen): Fix this as part of library changes. 91 # TODO(ajohnsen): Fix this as part of library changes.
97 [ $compiler == none ] 92 [ $compiler == none ]
98 cc/CustomIsolates: Skip # Bug 6890 93 cc/CustomIsolates: Skip # Bug 6890
99 cc/NewNativePort: Skip # Bug 6890 94 cc/NewNativePort: Skip # Bug 6890
100 cc/RunLoop_ExceptionParent: Skip # Bug 6890 95 cc/RunLoop_ExceptionParent: Skip # Bug 6890
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698