[test] Disable runtime/remote-object on macos

Bug: chromium:1231890
Change-Id: Iea8273dec335e0a9d264743751ac62e3869ec327
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3045354
Auto-Submit: Almothana Athamneh <almuthanna@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#75871}
This commit is contained in:
Al Muthanna Athamina 2021-07-23 00:08:23 +02:00 committed by V8 LUCI CQ
parent 9946158fac
commit bd3d9e4aad

View File

@ -209,7 +209,7 @@
# (https://crbug.com/v8/11107).
'runtime/evaluate-async': [SKIP],
# https://crbug.com/1231890
'runtime/remote-object': [SKIP],
'runtime/remote-object': [PASS, ['system == macos', SKIP]],
}], # asan == True
################################################################################