OLD | NEW |
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, Timeout | 6 cc/ArrayNew_Overflow_Crash: Crash, Timeout |
7 cc/AllocGeneric_Overflow: Crash, Timeout | 7 cc/AllocGeneric_Overflow: Crash, Timeout |
8 cc/CodeImmutability: Crash | 8 cc/CodeImmutability: Crash |
9 | 9 |
10 cc/SNPrint_BadArgs: Skip | 10 cc/SNPrint_BadArgs: Skip |
(...skipping 15 matching lines...) Expand all Loading... |
26 | 26 |
27 # The following section refers to the dart vm tests which live under | 27 # The following section refers to the dart vm tests which live under |
28 # runtime/tests/vm/dart. | 28 # runtime/tests/vm/dart. |
29 [ $system == windows ] | 29 [ $system == windows ] |
30 cc/Dart2JSCompileAll: Skip | 30 cc/Dart2JSCompileAll: Skip |
31 cc/ExternalizeConstantStrings: Skip | 31 cc/ExternalizeConstantStrings: Skip |
32 cc/Service_Profile: Skip | 32 cc/Service_Profile: Skip |
33 cc/Dart2JSCompilerStats: Skip | 33 cc/Dart2JSCompilerStats: Skip |
34 cc/CorelibCompilerStats: Skip | 34 cc/CorelibCompilerStats: Skip |
35 | 35 |
36 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simarm
64 || $arch == simmips || $arch == simdbc ] | 36 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simarm
64 || $arch == simmips || $arch == simdbc || $arch == simdbc64 ] |
37 cc/Service_Profile: Skip | 37 cc/Service_Profile: Skip |
38 | 38 |
39 [ $compiler == dart2js ] | 39 [ $compiler == dart2js ] |
40 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type
bounds | 40 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type
bounds |
41 dart/byte_array_test: Skip # compilers not aware of byte arrays | 41 dart/byte_array_test: Skip # compilers not aware of byte arrays |
42 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays | 42 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays |
43 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 | 43 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 |
44 dart/simd128float32_test: Skip # compilers not aware of Simd128 | 44 dart/simd128float32_test: Skip # compilers not aware of Simd128 |
45 | 45 |
46 [ $compiler == dart2js ] | 46 [ $compiler == dart2js ] |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 | 91 |
92 [ $runtime == dart_product || $runtime == dart_precompiled ] | 92 [ $runtime == dart_product || $runtime == dart_precompiled ] |
93 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri | 93 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri |
94 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers | 94 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers |
95 | 95 |
96 [ $runtime == vm && $mode == product ] | 96 [ $runtime == vm && $mode == product ] |
97 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. | 97 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. |
98 cc/LibraryGetClassNames: Fail,OK # Expects exact type name. | 98 cc/LibraryGetClassNames: Fail,OK # Expects exact type name. |
99 cc/StackTraceFormat: Fail,OK # Expects exact type name. | 99 cc/StackTraceFormat: Fail,OK # Expects exact type name. |
100 | 100 |
101 [ $arch == simdbc ] | 101 [ $arch == simdbc || $arch == simdbc64 ] |
102 # TODO(vegorov) Profiler is completely disabled in SIMDBC builds. | 102 # TODO(vegorov) Profiler is completely disabled in SIMDBC builds. |
103 cc/Profiler_AllocationSampleTest: Skip | 103 cc/Profiler_AllocationSampleTest: Skip |
104 cc/Profiler_ArrayAllocation: Skip | 104 cc/Profiler_ArrayAllocation: Skip |
105 cc/Profiler_BasicSourcePosition: Skip | 105 cc/Profiler_BasicSourcePosition: Skip |
106 cc/Profiler_BasicSourcePositionOptimized: Skip | 106 cc/Profiler_BasicSourcePositionOptimized: Skip |
107 cc/Profiler_BinaryOperatorSourcePosition: Skip | 107 cc/Profiler_BinaryOperatorSourcePosition: Skip |
108 cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip | 108 cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip |
109 cc/Profiler_ChainedSamples: Skip | 109 cc/Profiler_ChainedSamples: Skip |
110 cc/Profiler_ClosureAllocation: Skip | 110 cc/Profiler_ClosureAllocation: Skip |
111 cc/Profiler_CodeTicks: Skip | 111 cc/Profiler_CodeTicks: Skip |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 # large page. However large enough function overflows bytecode encoding. | 174 # large page. However large enough function overflows bytecode encoding. |
175 cc/FindCodeObject: Skip | 175 cc/FindCodeObject: Skip |
176 | 176 |
177 # This test is meaningless for DBC as allocation stubs are not used. | 177 # This test is meaningless for DBC as allocation stubs are not used. |
178 cc/RegenerateAllocStubs: Skip | 178 cc/RegenerateAllocStubs: Skip |
179 | 179 |
180 # TODO(vegorov) Enable when DBC supports optimizing compiler. | 180 # TODO(vegorov) Enable when DBC supports optimizing compiler. |
181 cc/Debug_InspectStack_Optimized: Skip | 181 cc/Debug_InspectStack_Optimized: Skip |
182 cc/Debug_InspectStackWithClosure_Optimized: Skip | 182 cc/Debug_InspectStackWithClosure_Optimized: Skip |
183 | 183 |
OLD | NEW |