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

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

Issue 356463007: Fix build on simmips (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 | no next file » | 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 cc/ThreadInterrupterHigh: Skip 42 cc/ThreadInterrupterHigh: Skip
43 cc/ThreadInterrupterMedium: Skip 43 cc/ThreadInterrupterMedium: Skip
44 cc/ThreadInterrupterLow: Skip 44 cc/ThreadInterrupterLow: Skip
45 45
46 [ $arch == simarm || $arch == simmips ] 46 [ $arch == simarm || $arch == simmips ]
47 cc/ThreadInterrupterHigh: Skip 47 cc/ThreadInterrupterHigh: Skip
48 cc/ThreadInterrupterMedium: Skip 48 cc/ThreadInterrupterMedium: Skip
49 cc/ThreadInterrupterLow: Skip 49 cc/ThreadInterrupterLow: Skip
50 cc/Service_Profile: Skip 50 cc/Service_Profile: Skip
51 51
52 [ $arch == simmips && $arch == mips ] 52 [ $arch == simmips || $arch == mips ]
53 cc/Service_Coverage: Skip # Dart bug 16250
54 cc/Coverage_MainWithClass: Skip # Dart bug 16250 53 cc/Coverage_MainWithClass: Skip # Dart bug 16250
55 54
56 [ $compiler == dart2js ] 55 [ $compiler == dart2js ]
57 dart/mirrored_compilation_error_test: Skip # VM-specific flag 56 dart/mirrored_compilation_error_test: Skip # VM-specific flag
58 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds 57 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds
59 dart/byte_array_test: Skip # compilers not aware of byte arrays 58 dart/byte_array_test: Skip # compilers not aware of byte arrays
60 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays 59 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays
61 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 60 dart/simd128float32_array_test: Skip # compilers not aware of Simd128
62 dart/simd128float32_test: Skip # compilers not aware of Simd128 61 dart/simd128float32_test: Skip # compilers not aware of Simd128
63 62
(...skipping 20 matching lines...) Expand all
84 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 83 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
85 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag 84 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag
86 85
87 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 86 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
88 dart/optimized_stacktrace_test: StaticWarning 87 dart/optimized_stacktrace_test: StaticWarning
89 88
90 dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intention ally includes invalid method bodies. 89 dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intention ally includes invalid method bodies.
91 90
92 [ $compiler == none && $runtime == ContentShellOnAndroid ] 91 [ $compiler == none && $runtime == ContentShellOnAndroid ]
93 dart/byte_array_test: RuntimeError # Issue 17612 92 dart/byte_array_test: RuntimeError # Issue 17612
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698