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

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

Issue 558853004: Preserve the contents of Dart strings with unmatched surrogate halfs by avoiding a UTF16 -> UTF8 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: sync and build Created 6 years, 3 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 | « runtime/platform/json.cc ('k') | runtime/vm/json_stream.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 # These tests are expected to crash on all platforms. 5 # These tests are expected to crash on all platforms.
6 cc/ArrayNew_Overflow_Crash: Crash 6 cc/ArrayNew_Overflow_Crash: Crash
7 cc/AllocGeneric_Overflow: Crash 7 cc/AllocGeneric_Overflow: Crash
8 cc/CodeImmutability: Crash 8 cc/CodeImmutability: Crash
9 9
10 cc/SNPrint_BadArgs: Skip 10 cc/SNPrint_BadArgs: Skip
(...skipping 14 matching lines...) Expand all
25 25
26 # The following section refers to the dart vm tests which live under 26 # The following section refers to the dart vm tests which live under
27 # runtime/tests/vm/dart. 27 # runtime/tests/vm/dart.
28 [ $system == windows ] 28 [ $system == windows ]
29 cc/Dart2JSCompileAll: Skip 29 cc/Dart2JSCompileAll: Skip
30 cc/ExternalizeConstantStrings: Skip 30 cc/ExternalizeConstantStrings: Skip
31 cc/ThreadInterrupterHigh: Skip 31 cc/ThreadInterrupterHigh: Skip
32 cc/ThreadInterrupterMedium: Skip 32 cc/ThreadInterrupterMedium: Skip
33 cc/ThreadInterrupterLow: Skip 33 cc/ThreadInterrupterLow: Skip
34 cc/Service_Profile: Skip 34 cc/Service_Profile: Skip
35 cc/ToCStringTruncated: Fail # Issue 20874
36 35
37 [ $system == linux ] 36 [ $system == linux ]
38 cc/ThreadInterrupterHigh: Skip 37 cc/ThreadInterrupterHigh: Skip
39 cc/ThreadInterrupterMedium: Skip 38 cc/ThreadInterrupterMedium: Skip
40 cc/ThreadInterrupterLow: Skip 39 cc/ThreadInterrupterLow: Skip
41 40
42 [ $system == macos ] 41 [ $system == macos ]
43 cc/ThreadInterrupterHigh: Skip 42 cc/ThreadInterrupterHigh: Skip
44 cc/ThreadInterrupterMedium: Skip 43 cc/ThreadInterrupterMedium: Skip
45 cc/ThreadInterrupterLow: Skip 44 cc/ThreadInterrupterLow: Skip
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 cc/JSON_JSONStream_Options: Crash, Pass # Issue 19328 79 cc/JSON_JSONStream_Options: Crash, Pass # Issue 19328
81 80
82 [ $arch == mips && $mode == debug ] 81 [ $arch == mips && $mode == debug ]
83 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440 82 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440
84 83
85 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 84 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
86 dart/optimized_stacktrace_test: StaticWarning 85 dart/optimized_stacktrace_test: StaticWarning
87 86
88 [ $compiler == none && $runtime == ContentShellOnAndroid ] 87 [ $compiler == none && $runtime == ContentShellOnAndroid ]
89 dart/byte_array_test: RuntimeError # Issue 17612 88 dart/byte_array_test: RuntimeError # Issue 17612
OLDNEW
« no previous file with comments | « runtime/platform/json.cc ('k') | runtime/vm/json_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698