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 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash | 5 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash |
6 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash | 6 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash |
7 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash | 7 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash |
8 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash | 8 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash |
9 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash | 9 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash |
10 cc/IsolateReload_PendingStaticCall_NSMToDefined: Fail, Crash | 10 cc/IsolateReload_PendingStaticCall_NSMToDefined: Fail, Crash |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 cc/Profiler_SampleBufferWrapTest: Skip | 72 cc/Profiler_SampleBufferWrapTest: Skip |
73 cc/Profiler_SourcePosition: Skip | 73 cc/Profiler_SourcePosition: Skip |
74 cc/Profiler_SourcePositionOptimized: Skip | 74 cc/Profiler_SourcePositionOptimized: Skip |
75 cc/Profiler_StringAllocation: Skip | 75 cc/Profiler_StringAllocation: Skip |
76 cc/Profiler_StringInterpolation: Skip | 76 cc/Profiler_StringInterpolation: Skip |
77 cc/Profiler_ToggleRecordAllocation: Skip | 77 cc/Profiler_ToggleRecordAllocation: Skip |
78 cc/Profiler_TrivialRecordAllocation: Skip | 78 cc/Profiler_TrivialRecordAllocation: Skip |
79 cc/Profiler_TypedArrayAllocation: Skip | 79 cc/Profiler_TypedArrayAllocation: Skip |
80 cc/Profiler_GetSourceReport: Skip | 80 cc/Profiler_GetSourceReport: Skip |
81 | 81 |
| 82 # Following tests are failing in a weird way on macos/ia32/debug builds |
| 83 # need to investigate. |
| 84 [ $runtime == vm && $mode == debug && $arch == ia32 && $system == macos ] |
| 85 cc/Profiler_TrivialRecordAllocation: Skip |
| 86 cc/Profiler_ToggleRecordAllocation: Skip |
| 87 cc/Profiler_FunctionTicks: Skip |
| 88 cc/Profiler_CodeTicks: Skip |
| 89 cc/Profiler_IntrinsicAllocation: Skip |
| 90 cc/Profiler_ArrayAllocation: Skip |
| 91 cc/Profiler_ContextAllocation: Skip |
| 92 cc/Profiler_ClosureAllocation: Skip |
| 93 cc/Profiler_TypedArrayAllocation: Skip |
| 94 cc/Profiler_StringAllocation: Skip |
| 95 cc/Profiler_StringInterpolation: Skip |
| 96 cc/Profiler_BasicSourcePosition: Skip |
| 97 cc/Profiler_BasicSourcePositionOptimized: Skip |
| 98 cc/Profiler_ChainedSamples: Skip |
| 99 cc/Profiler_FunctionInline: Skip |
| 100 cc/Profiler_SourcePosition: Skip |
| 101 cc/Profiler_SourcePositionOptimized: Skip |
| 102 cc/Profiler_BinaryOperatorSourcePosition: Skip |
| 103 cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip |
| 104 |
82 [ $compiler == dart2js ] | 105 [ $compiler == dart2js ] |
83 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type
bounds | 106 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type
bounds |
84 dart/byte_array_test: Skip # compilers not aware of byte arrays | 107 dart/byte_array_test: Skip # compilers not aware of byte arrays |
85 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays | 108 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays |
86 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 | 109 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 |
87 dart/simd128float32_test: Skip # compilers not aware of Simd128 | 110 dart/simd128float32_test: Skip # compilers not aware of Simd128 |
88 | 111 |
89 [ $compiler == dart2js ] | 112 [ $compiler == dart2js ] |
90 # The source positions do not match with dart2js. | 113 # The source positions do not match with dart2js. |
91 dart/optimized_stacktrace_test: RuntimeError | 114 dart/optimized_stacktrace_test: RuntimeError |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 cc/GuardFieldFinalListTest: Skip | 184 cc/GuardFieldFinalListTest: Skip |
162 cc/GuardFieldFinalVariableLengthListTest: Skip | 185 cc/GuardFieldFinalVariableLengthListTest: Skip |
163 cc/GuardFieldSimpleTest: Skip | 186 cc/GuardFieldSimpleTest: Skip |
164 | 187 |
165 # This test is meaningless for DBC as allocation stubs are not used. | 188 # This test is meaningless for DBC as allocation stubs are not used. |
166 cc/RegenerateAllocStubs: Skip | 189 cc/RegenerateAllocStubs: Skip |
167 | 190 |
168 [ $hot_reload || $hot_reload_rollback ] | 191 [ $hot_reload || $hot_reload_rollback ] |
169 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. | 192 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. |
170 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. | 193 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. |
OLD | NEW |