We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d17c9 commit 8ec55f6Copy full SHA for 8ec55f6
scripts/fuzz_opt.py
@@ -616,6 +616,9 @@ def filter_known_issues(output):
616
# note that this text is a little too broad, but the problem is rare
617
# enough that it's unlikely to hide an unrelated issue
618
'found br_if of type',
619
+ # this text is emitted from V8 when it runs out of memory during a
620
+ # GC allocation.
621
+ 'out of memory',
622
# all host limitations are arbitrary and may differ between VMs and
623
# also be affected by optimizations, so ignore them.
624
# this is the prefix that the binaryen interpreter emits. For V8,
0 commit comments