Skip fast/js/deep-recursion-test on NumFuzz until bug is fixed

Bug: v8:13154
No-Try: true
Change-Id: I8cb7b273cadfcd3704e25ccaa93f61fadb8d4585
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3826256
Auto-Submit: Almothana Athamneh <almuthanna@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Alexander Schulze <alexschulze@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#82480}
This commit is contained in:
Al Muthanna Athamina 2022-08-16 10:26:14 +02:00 committed by V8 LUCI CQ
parent 2ecee896de
commit 4fd17c56d5

View File

@ -143,4 +143,10 @@
'*': [SKIP], # only relevant for mjsunit tests.
}],
##############################################################################
['gc_fuzzer or deopt_fuzzer', {
# BUG(v8:13154) Skipped until bug is fixed.
'fast/js/deep-recursion-test': [SKIP],
}], # gc_fuzzer or deopt_fuzzer
]