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

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

Issue 11412258: Use the code point iterator when computing 16-bit string hash codes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: bugfix 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 | « no previous file | runtime/vm/object.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/CustomIsolates: Crash # Default factory classes are removed. 6 cc/CustomIsolates: Crash # Default factory classes are removed.
7 cc/SymbolUnicode: Fail
8 7
9 # These tests are expected to crash on all platforms. 8 # These tests are expected to crash on all platforms.
10 cc/ArrayNew_Overflow_Crash: Crash 9 cc/ArrayNew_Overflow_Crash: Crash
11 cc/AllocGeneric_Overflow: Crash 10 cc/AllocGeneric_Overflow: Crash
12 11
13 cc/SNPrint_BadArgs: Skip 12 cc/SNPrint_BadArgs: Skip
14 13
15 [ $arch == x64 ] 14 [ $arch == x64 ]
16 cc/IsolateInterrupt: Skip 15 cc/IsolateInterrupt: Skip
17 16
(...skipping 15 matching lines...) Expand all
33 32
34 [ $compiler == dart2dart ] 33 [ $compiler == dart2dart ]
35 # Skip until we stabilize language tests. 34 # Skip until we stabilize language tests.
36 *: Skip 35 *: Skip
37 36
38 [ $arch == arm ] 37 [ $arch == arm ]
39 dart/*: Skip 38 dart/*: Skip
40 39
41 [ $arch == simarm ] 40 [ $arch == simarm ]
42 dart/*: Skip 41 dart/*: Skip
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698