[Gardening] Update status file to extend test markers from Crash to Timeout (on MacOS)

Issue https://github.com/dart-lang/sdk/issues/35275

Change-Id: I95f72ab6eb2736c90c1b6bfe193f3c6410c8b83a
Reviewed-on: https://dart-review.googlesource.com/c/85560
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
index 804a35a..73d90eb 100644
--- a/runtime/tests/vm/vm.status
+++ b/runtime/tests/vm/vm.status
@@ -24,16 +24,18 @@
 dart/stack_overflow_shared_test: Pass, Slow # Uses --shared-slow-path-triggers-gc flag.
 
 [ $system == macos ]
-# Tests failing or crashing are sometimes reported as timeout on MacOS. See issues 35268 and 35275.
-cc/ArrayNew_Overflow_Crash: Crash, Fail, Timeout # These tests are expected to crash on all platforms
-cc/CodeImmutability: Crash, Fail, Timeout # These tests are expected to crash on all platforms
-cc/IsolateReload_PendingStaticCall_NSMToDefined: Fail, Crash, Timeout # Issue 32981. Fails on non-Windows, crashes on Windows (because of test.py special handline)
-cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout # Issue 32981. Fails on non-Windows, crashes on Windows (because of test.py special handline)
-cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout # Issue 32981. Fails on non-Windows, crashes on Windows (because of test.py special handline)
-cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout # Issue 32981. Fails on non-Windows, crashes on Windows (because of test.py special handline)
-
-[ $system == macos && ($compiler == dartk || $compiler == dartkb) && $runtime == vm ]
-cc/Class_ComputeEndTokenPos: Crash, Timeout # May also time out on MacOS (issues 35268 and 35275).
+cc/AllocGeneric_Overflow: Timeout # On MacOS the segfault handler can hang, see http://dartbug.com/35275
+cc/ArrayNew_Overflow_Crash: Timeout # On MacOS the segfault handler can hang, see http://dartbug.com/35275
+cc/Class_ComputeEndTokenPos: Timeout # On MacOS the segfault handler can hang, see http://dartbug.com/35275
+cc/CodeImmutability: Timeout # On MacOS the segfault handler can hang, see http://dartbug.com/35275
+cc/DartGeneratedArrayLiteralMessages: Timeout # On MacOS the segfault handler can hang, see http://dartbug.com/35275
+cc/FullSnapshot1: Timeout # On MacOS the segfault handler can hang, see http://dartbug.com/35275
+cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Timeout # On MacOS the segfault handler can hang, see http://dartbug.com/35275
+cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Timeout # On MacOS the segfault handler can hang, see http://dartbug.com/35275
+cc/IsolateReload_PendingStaticCall_NSMToDefined: Timeout # On MacOS the segfault handler can hang, see http://dartbug.com/35275
+cc/SNPrint_BadArgs: Timeout # On MacOS the segfault handler can hang, see http://dartbug.com/35275
+cc/SourceReport_Coverage_UnusedClass_ForceCompileError: Timeout # On MacOS the segfault handler can hang, see http://dartbug.com/35275
+cc/FullSnapshot1: Timeout # On MacOS the segfault handler can hang, see http://dartbug.com/35275
 
 [ $mode == debug ]
 dart/appjit_cha_deopt_test: Pass, Slow # Quite slow in debug mode, uses --optimization-counter-threshold=100