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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 cc/SourceReport_Coverage_NestedFunctions: Skip | 133 cc/SourceReport_Coverage_NestedFunctions: Skip |
134 cc/SourceReport_Coverage_SimpleCall: Skip | 134 cc/SourceReport_Coverage_SimpleCall: Skip |
135 cc/SourceReport_Coverage_UnusedClass_NoForceCompile: Skip | 135 cc/SourceReport_Coverage_UnusedClass_NoForceCompile: Skip |
136 cc/SourceReport_Coverage_UnusedClass_ForceCompile: Skip | 136 cc/SourceReport_Coverage_UnusedClass_ForceCompile: Skip |
137 cc/SourceReport_Coverage_UnusedClass_ForceCompileError: Skip | 137 cc/SourceReport_Coverage_UnusedClass_ForceCompileError: Skip |
138 cc/SourceReport_MultipleReports: Skip | 138 cc/SourceReport_MultipleReports: Skip |
139 cc/Coverage_Empty: Skip | 139 cc/Coverage_Empty: Skip |
140 cc/Coverage_FilterFunction: Skip | 140 cc/Coverage_FilterFunction: Skip |
141 cc/Coverage_MainWithClass: Skip | 141 cc/Coverage_MainWithClass: Skip |
142 | 142 |
143 # TODO(vegorov) DisassembleToJSONStream requires | |
144 # DecodeLoadObjectFromPoolOrThread which is unimplemented. | |
145 cc/Service_Code: Skip | |
146 cc/PrintJSON: Skip | |
147 | |
148 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp | 143 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp |
149 # is switched on by default because they attempt to call regexp functions | 144 # is switched on by default because they attempt to call regexp functions |
150 # directly instead of going through JSSyntaxRegExp_ExecuteMatch. | 145 # directly instead of going through JSSyntaxRegExp_ExecuteMatch. |
151 cc/RegExp_ExternalOneByteString: Skip | 146 cc/RegExp_ExternalOneByteString: Skip |
152 cc/RegExp_ExternalTwoByteString: Skip | 147 cc/RegExp_ExternalTwoByteString: Skip |
153 cc/RegExp_OneByteString: Skip | 148 cc/RegExp_OneByteString: Skip |
154 cc/RegExp_TwoByteString: Skip | 149 cc/RegExp_TwoByteString: Skip |
155 | 150 |
156 # TODO(vegorov) Optimizing compiler is disabled for the SIMDBC | 151 # TODO(vegorov) Optimizing compiler is disabled for the SIMDBC |
157 cc/CompileFunctionOnHelperThread: Skip | 152 cc/CompileFunctionOnHelperThread: Skip |
(...skipping 15 matching lines...) Expand all Loading... |
173 cc/Parser_AllocateVariables_CapturedVar: Skip | 168 cc/Parser_AllocateVariables_CapturedVar: Skip |
174 cc/Parser_AllocateVariables_MiddleChain: Skip | 169 cc/Parser_AllocateVariables_MiddleChain: Skip |
175 | 170 |
176 # This test is meaningless for DBC as allocation stubs are not used. | 171 # This test is meaningless for DBC as allocation stubs are not used. |
177 cc/RegenerateAllocStubs: Skip | 172 cc/RegenerateAllocStubs: Skip |
178 | 173 |
179 # TODO(vegorov) Enable when DBC supports optimizing compiler. | 174 # TODO(vegorov) Enable when DBC supports optimizing compiler. |
180 cc/Debug_InspectStack_Optimized: Skip | 175 cc/Debug_InspectStack_Optimized: Skip |
181 cc/Debug_InspectStackWithClosure_Optimized: Skip | 176 cc/Debug_InspectStackWithClosure_Optimized: Skip |
182 | 177 |
OLD | NEW |