| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 dart/spawn_shutdown_test: Skip # VM Shutdown test | 161 dart/spawn_shutdown_test: Skip # VM Shutdown test |
| 162 dart/hello_fuchsia_test: SkipByDesign # This is a test for fuchsia OS | 162 dart/hello_fuchsia_test: SkipByDesign # This is a test for fuchsia OS |
| 163 | 163 |
| 164 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] | 164 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] |
| 165 cc/Dart2JSCompileAll: SkipSlow # Timeout. | 165 cc/Dart2JSCompileAll: SkipSlow # Timeout. |
| 166 | 166 |
| 167 [ $builder_tag == asan ] | 167 [ $builder_tag == asan ] |
| 168 cc/CodeImmutability: Fail,OK # Address Sanitizer turns a crash into a failure. | 168 cc/CodeImmutability: Fail,OK # Address Sanitizer turns a crash into a failure. |
| 169 | 169 |
| 170 [ $builder_tag == asan && $arch == x64 ] | 170 [ $builder_tag == asan && $arch == x64 ] |
| 171 cc/Service_Profile: Fail # Issue 28342 | |
| 172 cc/Service_PersistentHandles: Fail # Issue 28342 | |
| 173 cc/Service_EmbedderIsolateHandler: Fail # Issue 28342 | |
| 174 cc/Service_LocalVarDescriptors: Fail # Issue 28342 | |
| 175 cc/Service_Code: Fail # Issue 28342 | |
| 176 cc/Service_EmbedderRootHandler: Fail # Issue 28342 | |
| 177 cc/Service_TokenStream: Fail # Issue 28342 | |
| 178 cc/Service_PcDescriptors: Fail # Issue 28342 | |
| 179 cc/Service_Address: Fail # Issue 28342 | |
| 180 | |
| 181 cc/EmbeddedScript: Fail # Issue 28345 | 171 cc/EmbeddedScript: Fail # Issue 28345 |
| 182 | 172 |
| 183 cc/Log_Basic: Fail # Issue 28347 | 173 cc/Log_Basic: Fail # Issue 28347 |
| 184 cc/Log_Block: Fail # Issue 28347 | 174 cc/Log_Block: Fail # Issue 28347 |
| 185 cc/Log_Macro: Fail # Issue 28347 | 175 cc/Log_Macro: Fail # Issue 28347 |
| 186 | 176 |
| 187 cc/Debug_DeleteBreakpoint: Fail # Issue 28348 | 177 cc/Debug_DeleteBreakpoint: Fail # Issue 28348 |
| 188 | 178 |
| 189 cc/IsolateReload_ChangeInstanceFormat7: Fail # Issue 28349 | 179 cc/IsolateReload_ChangeInstanceFormat7: Fail # Issue 28349 |
| 190 cc/IsolateReload_ClassAdded: Fail # Issue 28349 | 180 cc/IsolateReload_ClassAdded: Fail # Issue 28349 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 cc/GuardFieldFinalListTest: Skip | 272 cc/GuardFieldFinalListTest: Skip |
| 283 cc/GuardFieldFinalVariableLengthListTest: Skip | 273 cc/GuardFieldFinalVariableLengthListTest: Skip |
| 284 cc/GuardFieldSimpleTest: Skip | 274 cc/GuardFieldSimpleTest: Skip |
| 285 | 275 |
| 286 # This test is meaningless for DBC as allocation stubs are not used. | 276 # This test is meaningless for DBC as allocation stubs are not used. |
| 287 cc/RegenerateAllocStubs: Skip | 277 cc/RegenerateAllocStubs: Skip |
| 288 | 278 |
| 289 [ $hot_reload || $hot_reload_rollback ] | 279 [ $hot_reload || $hot_reload_rollback ] |
| 290 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. | 280 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. |
| 291 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. | 281 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. |
| OLD | NEW |