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 |
| 6 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash |
| 7 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash |
| 8 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash |
| 9 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash |
| 10 cc/IsolateReload_PendingStaticCall_NSMToDefined: Fail, Crash |
| 11 |
5 # These tests are expected to crash on all platforms. | 12 # These tests are expected to crash on all platforms. |
6 cc/ArrayNew_Overflow_Crash: Crash, Timeout | 13 cc/ArrayNew_Overflow_Crash: Crash, Timeout |
7 cc/AllocGeneric_Overflow: Crash, Timeout | 14 cc/AllocGeneric_Overflow: Crash, Timeout |
8 cc/CodeImmutability: Crash | 15 cc/CodeImmutability: Crash |
9 | 16 |
10 cc/SNPrint_BadArgs: Skip | 17 cc/SNPrint_BadArgs: Skip |
11 | 18 |
12 # Flaky on buildbot. Issue 5133 and 10409. | 19 # Flaky on buildbot. Issue 5133 and 10409. |
13 cc/Sleep: Pass, Fail | 20 cc/Sleep: Pass, Fail |
14 | 21 |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 cc/Parser_AllocateVariables_CapturedVar: Skip | 175 cc/Parser_AllocateVariables_CapturedVar: Skip |
169 cc/Parser_AllocateVariables_MiddleChain: Skip | 176 cc/Parser_AllocateVariables_MiddleChain: Skip |
170 | 177 |
171 # This test is meaningless for DBC as allocation stubs are not used. | 178 # This test is meaningless for DBC as allocation stubs are not used. |
172 cc/RegenerateAllocStubs: Skip | 179 cc/RegenerateAllocStubs: Skip |
173 | 180 |
174 # TODO(vegorov) Enable when DBC supports optimizing compiler. | 181 # TODO(vegorov) Enable when DBC supports optimizing compiler. |
175 cc/Debug_InspectStack_Optimized: Skip | 182 cc/Debug_InspectStack_Optimized: Skip |
176 cc/Debug_InspectStackWithClosure_Optimized: Skip | 183 cc/Debug_InspectStackWithClosure_Optimized: Skip |
177 | 184 |
OLD | NEW |