Chromium Code Reviews| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 42 | 42 |
| 43 # The following section refers to the dart vm tests which live under | 43 # The following section refers to the dart vm tests which live under |
| 44 # runtime/tests/vm/dart. | 44 # runtime/tests/vm/dart. |
| 45 [ $system == windows ] | 45 [ $system == windows ] |
| 46 cc/Dart2JSCompileAll: Skip | 46 cc/Dart2JSCompileAll: Skip |
| 47 cc/ExternalizeConstantStrings: Skip | 47 cc/ExternalizeConstantStrings: Skip |
| 48 cc/Service_Profile: Skip | 48 cc/Service_Profile: Skip |
| 49 cc/Dart2JSCompilerStats: Skip | 49 cc/Dart2JSCompilerStats: Skip |
| 50 cc/CorelibCompilerStats: Skip | 50 cc/CorelibCompilerStats: Skip |
| 51 | 51 |
| 52 [ $system == fuchsia ] | |
|
rmacnak
2017/01/24 23:51:23
I also got
cc/CodeImmutability
Expected: Crash, A
zra
2017/01/25 06:00:31
Addressed by memory protection CL.
| |
| 53 # OOM crash can bring down the OS. | |
| 54 dart/spawn_shutdown_test: Skip | |
| 55 cc/CorelibIsolateStartup: Skip | |
| 56 # TODO(zra): package:unittest is not in the image. | |
| 57 dart/data_uri_spawn_test: Skip | |
| 58 # ../../dart/runtime/bin/file_test.cc: 34: error: expected: !file->WriteByte(1) | |
| 59 cc/Read: Fail # TODO(zra): Investigate | |
| 60 # Assumes initial thread's stack is the same size as spawned thread stacks. | |
| 61 cc/StackOverflowStackTraceInfo: Crash | |
| 62 # The profiler is turned off. Issue MG-430. | |
| 63 cc/Profiler_AllocationSampleTest: Crash | |
| 64 cc/Profiler_ArrayAllocation: Crash | |
| 65 cc/Profiler_BasicSourcePosition: Crash | |
| 66 cc/Profiler_BasicSourcePositionOptimized: Crash | |
| 67 cc/Profiler_BinaryOperatorSourcePosition: Crash | |
| 68 cc/Profiler_BinaryOperatorSourcePositionOptimized: Crash | |
| 69 cc/Profiler_ChainedSamples: Crash | |
| 70 cc/Profiler_ClosureAllocation: Crash | |
| 71 cc/Profiler_CodeTicks: Crash | |
| 72 cc/Profiler_ContextAllocation: Crash | |
| 73 cc/Profiler_FunctionInline: Crash | |
| 74 cc/Profiler_FunctionTicks: Crash | |
| 75 cc/Profiler_InliningIntervalBoundry: Crash | |
| 76 cc/Profiler_IntrinsicAllocation: Crash | |
| 77 cc/Profiler_SampleBufferIterateTest: Crash | |
| 78 cc/Profiler_SampleBufferWrapTest: Crash | |
| 79 cc/Profiler_SourcePosition: Crash | |
| 80 cc/Profiler_SourcePositionOptimized: Crash | |
| 81 cc/Profiler_StringAllocation: Crash | |
| 82 cc/Profiler_StringInterpolation: Crash | |
| 83 cc/Profiler_ToggleRecordAllocation: Crash | |
| 84 cc/Profiler_TrivialRecordAllocation: Crash | |
| 85 cc/Profiler_TypedArrayAllocation: Crash | |
| 86 cc/Profiler_GetSourceReport: Crash | |
| 87 cc/Service_Profile: Fail | |
| 88 | |
| 52 # Profiler is completely disabled in SIMDBC builds. | 89 # Profiler is completely disabled in SIMDBC builds. |
| 53 # On the simluator stack traces produced by the Profiler do not match | 90 # On the simluator stack traces produced by the Profiler do not match |
| 54 # up with the real Dart stack trace and hence we don't get correct | 91 # up with the real Dart stack trace and hence we don't get correct |
| 55 # symbol names. | 92 # symbol names. |
| 56 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simarm 64 || $arch == simmips || $arch == simdbc || $arch == simdbc64 ] | 93 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simarm 64 || $arch == simmips || $arch == simdbc || $arch == simdbc64 ] |
| 57 cc/Service_Profile: Skip | 94 cc/Service_Profile: Skip |
| 58 cc/Profiler_AllocationSampleTest: Skip | 95 cc/Profiler_AllocationSampleTest: Skip |
| 59 cc/Profiler_ArrayAllocation: Skip | 96 cc/Profiler_ArrayAllocation: Skip |
| 60 cc/Profiler_BasicSourcePosition: Skip | 97 cc/Profiler_BasicSourcePosition: Skip |
| 61 cc/Profiler_BasicSourcePositionOptimized: Skip | 98 cc/Profiler_BasicSourcePositionOptimized: Skip |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 252 cc/GuardFieldFinalListTest: Skip | 289 cc/GuardFieldFinalListTest: Skip |
| 253 cc/GuardFieldFinalVariableLengthListTest: Skip | 290 cc/GuardFieldFinalVariableLengthListTest: Skip |
| 254 cc/GuardFieldSimpleTest: Skip | 291 cc/GuardFieldSimpleTest: Skip |
| 255 | 292 |
| 256 # This test is meaningless for DBC as allocation stubs are not used. | 293 # This test is meaningless for DBC as allocation stubs are not used. |
| 257 cc/RegenerateAllocStubs: Skip | 294 cc/RegenerateAllocStubs: Skip |
| 258 | 295 |
| 259 [ $hot_reload || $hot_reload_rollback ] | 296 [ $hot_reload || $hot_reload_rollback ] |
| 260 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. | 297 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. |
| 261 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds. | 298 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds. |
| OLD | NEW |