diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status index 762bb415799..3930ce542ec 100644 --- a/runtime/tests/vm/vm.status +++ b/runtime/tests/vm/vm.status @@ -226,6 +226,10 @@ cc/Profiler_FunctionTicks: Fail, Pass cc/Profiler_ToggleRecordAllocation: Fail, Pass cc/Profiler_TrivialRecordAllocation: Fail, Pass +[ ($compiler == dartk || $compiler == dartkb) && $system == windows && $mode == release ] +cc/Service_Address: Fail +cc/Service_Code: Fail + [ ($compiler == dartk || $compiler == dartkb) && $checked ] dart/redirection_type_shuffling_test/00: Pass # Works in --checked mode but not in --strong mode.