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: runtime/tests/vm/vm.status

Issue 1096063002: Fix array allocation overflow check on arm/arm64/mips. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 8 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/assembler_arm.cc » ('j') | runtime/vm/assembler_arm.cc » ('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 # 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 27 matching lines...) Expand all
38 [ $system == macos ] 38 [ $system == macos ]
39 cc/ThreadInterrupterHigh: Skip 39 cc/ThreadInterrupterHigh: Skip
40 cc/ThreadInterrupterMedium: Skip 40 cc/ThreadInterrupterMedium: Skip
41 cc/ThreadInterrupterLow: Skip 41 cc/ThreadInterrupterLow: Skip
42 42
43 [ $arch == simarm || $arch == simarmv5te || $arch == simarm64 || $arch == simmip s ] 43 [ $arch == simarm || $arch == simarmv5te || $arch == simarm64 || $arch == simmip s ]
44 cc/ThreadInterrupterHigh: Skip 44 cc/ThreadInterrupterHigh: Skip
45 cc/ThreadInterrupterMedium: Skip 45 cc/ThreadInterrupterMedium: Skip
46 cc/ThreadInterrupterLow: Skip 46 cc/ThreadInterrupterLow: Skip
47 cc/Service_Profile: Skip 47 cc/Service_Profile: Skip
48 cc/ArrayLengthMaxElements: Skip # Issue 23254
49 48
50 [ $compiler == dart2js ] 49 [ $compiler == dart2js ]
51 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds 50 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds
52 dart/byte_array_test: Skip # compilers not aware of byte arrays 51 dart/byte_array_test: Skip # compilers not aware of byte arrays
53 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays 52 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays
54 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 53 dart/simd128float32_array_test: Skip # compilers not aware of Simd128
55 dart/simd128float32_test: Skip # compilers not aware of Simd128 54 dart/simd128float32_test: Skip # compilers not aware of Simd128
56 55
57 [ $compiler == dart2js ] 56 [ $compiler == dart2js ]
58 # The source positions do not match with dart2js. 57 # The source positions do not match with dart2js.
(...skipping 29 matching lines...) Expand all
88 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440 87 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440
89 88
90 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 89 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
91 dart/optimized_stacktrace_test: StaticWarning 90 dart/optimized_stacktrace_test: StaticWarning
92 91
93 [ $runtime != vm ] 92 [ $runtime != vm ]
94 dart/snapshot_version_test: SkipByDesign # Spawns processes 93 dart/snapshot_version_test: SkipByDesign # Spawns processes
95 94
96 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 95 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
97 cc/Dart2JSCompileAll: Skip # Timeout. 96 cc/Dart2JSCompileAll: Skip # Timeout.
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/assembler_arm.cc » ('j') | runtime/vm/assembler_arm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698