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 && $system != windows ] | |
34 cc/Profiler_ArrayAllocation: Fail # 28304 | |
35 cc/Profiler_BasicSourcePosition: Fail # 28304 | |
36 cc/Profiler_BasicSourcePositionOptimized: Fail, Crash # 28304, # 28282 | |
37 cc/Profiler_BinaryOperatorSourcePosition: Fail # 28304 | |
38 cc/Profiler_BinaryOperatorSourcePositionOptimized: Fail # 28304 | |
39 cc/Profiler_ChainedSamples: Fail # 28304 | |
40 cc/Profiler_ClosureAllocation: Fail # 28304 | |
41 cc/Profiler_CodeTicks: Fail # 28304 | |
42 cc/Profiler_ContextAllocation: Fail # 28304 | |
43 cc/Profiler_FunctionInline: Fail # 28304 | |
44 cc/Profiler_FunctionTicks: Fail # 28304 | |
45 cc/Profiler_SourcePosition: Fail # 28304 | |
46 cc/Profiler_SourcePositionOptimized: Fail # 28304 | |
47 cc/Profiler_ToggleRecordAllocation: Fail # 28304 | |
48 cc/Profiler_TrivialRecordAllocation: Fail # 28304 | |
49 cc/Profiler_TypedArrayAllocation: Fail # 28304 | |
50 | |
51 [ $mode == debug ] | 33 [ $mode == debug ] |
52 # This is a benchmark that is not informative in debug mode. | 34 # This is a benchmark that is not informative in debug mode. |
53 cc/CorelibIsolateStartup: Skip | 35 cc/CorelibIsolateStartup: Skip |
54 # Negative tests of VerifiedMemory should crash iff in DEBUG mode. | 36 # Negative tests of VerifiedMemory should crash iff in DEBUG mode. |
55 # TODO(koda): Improve support for negative tests. | 37 # TODO(koda): Improve support for negative tests. |
56 cc/VerifyImplicit_Crash: Crash | 38 cc/VerifyImplicit_Crash: Crash |
57 cc/VerifyExplicit_Crash: Crash | 39 cc/VerifyExplicit_Crash: Crash |
58 # It can take some time for all the isolates to shutdown in a Debug build. | 40 # It can take some time for all the isolates to shutdown in a Debug build. |
59 dart/spawn_shutdown_test: Pass, Slow # VM Shutdown test | 41 dart/spawn_shutdown_test: Pass, Slow # VM Shutdown test |
60 | 42 |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 cc/GuardFieldFinalListTest: Skip | 252 cc/GuardFieldFinalListTest: Skip |
271 cc/GuardFieldFinalVariableLengthListTest: Skip | 253 cc/GuardFieldFinalVariableLengthListTest: Skip |
272 cc/GuardFieldSimpleTest: Skip | 254 cc/GuardFieldSimpleTest: Skip |
273 | 255 |
274 # This test is meaningless for DBC as allocation stubs are not used. | 256 # This test is meaningless for DBC as allocation stubs are not used. |
275 cc/RegenerateAllocStubs: Skip | 257 cc/RegenerateAllocStubs: Skip |
276 | 258 |
277 [ $hot_reload || $hot_reload_rollback ] | 259 [ $hot_reload || $hot_reload_rollback ] |
278 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. | 260 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. |
279 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. | 261 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. |
OLD | NEW |