| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index 465173ca9ab482e527fa05dd7a3d6c0b91dca49d..516c837c7e0592545ec96d6b7ae758d966d23063 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -246,9 +246,6 @@ cc/RegExp_ExternalTwoByteString: Skip
|
| cc/RegExp_OneByteString: Skip
|
| cc/RegExp_TwoByteString: Skip
|
|
|
| -[ $arch == simdbc64 && $mode == release ]
|
| -cc/UseDartApi: Pass,Crash # Issue 28499
|
| -
|
| # TODO(vegorov) Field guards are disabled for SIMDBC
|
| cc/GuardFieldConstructor2Test: Skip
|
| cc/GuardFieldConstructorTest: Skip
|
| @@ -259,6 +256,9 @@ cc/GuardFieldSimpleTest: Skip
|
| # This test is meaningless for DBC as allocation stubs are not used.
|
| cc/RegenerateAllocStubs: Skip
|
|
|
| +[ $arch == simdbc64 && $mode == release ]
|
| +cc/UseDartApi: Pass,Crash # Issue 28499
|
| +
|
| [ $hot_reload || $hot_reload_rollback ]
|
| dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads.
|
| dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloads.
|
|
|