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

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

Issue 11613009: Changed the API in DartEntry for invoking dart code from C++ to make it more compatible with the re… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years 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 | « lib/isolate.cc ('k') | vm/ast.cc » ('j') | vm/dart_entry.h » ('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 cc/CustomIsolates: Crash # Default factory classes are removed.
10 9
11 # These tests are expected to crash on all platforms. 10 # These tests are expected to crash on all platforms.
12 cc/ArrayNew_Overflow_Crash: Crash 11 cc/ArrayNew_Overflow_Crash: Crash
13 cc/AllocGeneric_Overflow: Crash 12 cc/AllocGeneric_Overflow: Crash
14 13
15 cc/SNPrint_BadArgs: Skip 14 cc/SNPrint_BadArgs: Skip
16 15
17 [ $arch == x64 ] 16 [ $arch == x64 ]
18 cc/IsolateInterrupt: Skip 17 cc/IsolateInterrupt: Skip
19 18
(...skipping 16 matching lines...) Expand all
36 35
37 [ $compiler == dart2dart ] 36 [ $compiler == dart2dart ]
38 # Skip until we stabilize language tests. 37 # Skip until we stabilize language tests.
39 *: Skip 38 *: Skip
40 39
41 [ $arch == arm ] 40 [ $arch == arm ]
42 dart/*: Skip 41 dart/*: Skip
43 42
44 [ $arch == simarm ] 43 [ $arch == simarm ]
45 dart/*: Skip 44 dart/*: Skip
OLDNEW
« no previous file with comments | « lib/isolate.cc ('k') | vm/ast.cc » ('j') | vm/dart_entry.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698