| 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 # Issue 28198 | 5 # Issue 28198 |
| 6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash, Timeout | 6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash, Timeout |
| 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout | 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout |
| 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout | 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout |
| 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout | 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout |
| 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout | 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 | 23 |
| 24 cc/SNPrint_BadArgs: Skip | 24 cc/SNPrint_BadArgs: Skip |
| 25 | 25 |
| 26 cc/Profiler_InliningIntervalBoundry: Skip # Differences in ia32, debug, release | 26 cc/Profiler_InliningIntervalBoundry: Skip # Differences in ia32, debug, release |
| 27 | 27 |
| 28 # Flaky on buildbot. Issue 5133 and 10409. | 28 # Flaky on buildbot. Issue 5133 and 10409. |
| 29 cc/Sleep: Pass, Fail | 29 cc/Sleep: Pass, Fail |
| 30 | 30 |
| 31 dart/data_uri_import_test/none: SkipByDesign | 31 dart/data_uri_import_test/none: SkipByDesign |
| 32 | 32 |
| 33 [ $mode == debug && $arch != ia32 ] | 33 [ $mode == debug && $arch != ia32 && $system != windows ] |
| 34 cc/Profiler_ArrayAllocation: Fail # 28304 | 34 cc/Profiler_ArrayAllocation: Fail # 28304 |
| 35 cc/Profiler_BasicSourcePosition: Fail # 28304 | 35 cc/Profiler_BasicSourcePosition: Fail # 28304 |
| 36 cc/Profiler_BasicSourcePositionOptimized: Fail # 28304 | 36 cc/Profiler_BasicSourcePositionOptimized: Fail, Crash # 28304, # 28282 |
| 37 cc/Profiler_BinaryOperatorSourcePosition: Fail # 28304 | 37 cc/Profiler_BinaryOperatorSourcePosition: Fail # 28304 |
| 38 cc/Profiler_BinaryOperatorSourcePositionOptimized: Fail # 28304 | 38 cc/Profiler_BinaryOperatorSourcePositionOptimized: Fail # 28304 |
| 39 cc/Profiler_ChainedSamples: Fail # 28304 | 39 cc/Profiler_ChainedSamples: Fail # 28304 |
| 40 cc/Profiler_ClosureAllocation: Fail # 28304 | 40 cc/Profiler_ClosureAllocation: Fail # 28304 |
| 41 cc/Profiler_CodeTicks: Fail # 28304 | 41 cc/Profiler_CodeTicks: Fail # 28304 |
| 42 cc/Profiler_ContextAllocation: Fail # 28304 | 42 cc/Profiler_ContextAllocation: Fail # 28304 |
| 43 cc/Profiler_FunctionInline: Fail # 28304 | 43 cc/Profiler_FunctionInline: Fail # 28304 |
| 44 cc/Profiler_FunctionTicks: Fail # 28304 | 44 cc/Profiler_FunctionTicks: Fail # 28304 |
| 45 cc/Profiler_SourcePosition: Fail # 28304 | 45 cc/Profiler_SourcePosition: Fail # 28304 |
| 46 cc/Profiler_SourcePositionOptimized: Fail # 28304 | 46 cc/Profiler_SourcePositionOptimized: Fail # 28304 |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 cc/GuardFieldFinalListTest: Skip | 206 cc/GuardFieldFinalListTest: Skip |
| 207 cc/GuardFieldFinalVariableLengthListTest: Skip | 207 cc/GuardFieldFinalVariableLengthListTest: Skip |
| 208 cc/GuardFieldSimpleTest: Skip | 208 cc/GuardFieldSimpleTest: Skip |
| 209 | 209 |
| 210 # This test is meaningless for DBC as allocation stubs are not used. | 210 # This test is meaningless for DBC as allocation stubs are not used. |
| 211 cc/RegenerateAllocStubs: Skip | 211 cc/RegenerateAllocStubs: Skip |
| 212 | 212 |
| 213 [ $hot_reload || $hot_reload_rollback ] | 213 [ $hot_reload || $hot_reload_rollback ] |
| 214 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. | 214 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. |
| 215 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. | 215 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. |
| OLD | NEW |