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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 # TODO(vegorov) Not all bytecodes have appropriate debug breaks. | 163 # TODO(vegorov) Not all bytecodes have appropriate debug breaks. |
164 cc/Debug_BreakpointStubPatching: Skip | 164 cc/Debug_BreakpointStubPatching: Skip |
165 cc/Debug_ExprClosureBreakpoint: Skip | 165 cc/Debug_ExprClosureBreakpoint: Skip |
166 cc/Debug_StackTraceDump1: Skip | 166 cc/Debug_StackTraceDump1: Skip |
167 cc/Debug_StepInto: Skip | 167 cc/Debug_StepInto: Skip |
168 | 168 |
169 # TODO(vegorov) These parser tests rely on debugger. | 169 # TODO(vegorov) These parser tests rely on debugger. |
170 cc/Parser_AllocateVariables_CapturedVar: Skip | 170 cc/Parser_AllocateVariables_CapturedVar: Skip |
171 cc/Parser_AllocateVariables_MiddleChain: Skip | 171 cc/Parser_AllocateVariables_MiddleChain: Skip |
172 | 172 |
173 # TODO(vegorov) Test needs to generate a large enough function to go on to the | |
174 # large page. However large enough function overflows bytecode encoding. | |
175 cc/FindCodeObject: Skip | |
176 | |
177 # This test is meaningless for DBC as allocation stubs are not used. | 173 # This test is meaningless for DBC as allocation stubs are not used. |
178 cc/RegenerateAllocStubs: Skip | 174 cc/RegenerateAllocStubs: Skip |
179 | 175 |
180 # TODO(vegorov) Enable when DBC supports optimizing compiler. | 176 # TODO(vegorov) Enable when DBC supports optimizing compiler. |
181 cc/Debug_InspectStack_Optimized: Skip | 177 cc/Debug_InspectStack_Optimized: Skip |
182 cc/Debug_InspectStackWithClosure_Optimized: Skip | 178 cc/Debug_InspectStackWithClosure_Optimized: Skip |
183 | 179 |
OLD | NEW |