diff options
author | Alon Zakai <azakai@google.com> | 2022-08-24 11:40:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 11:40:43 -0700 |
commit | d5e17e7bbe0901606b0892dfe3fca88d84bf6f82 (patch) | |
tree | 9112bc454efc207773140acb4a0b61bea3137c1b /scripts/auto_update_tests.py | |
parent | cee1c8681b3ae6bf5836999bd4df3d1d0997a138 (diff) | |
download | binaryen-d5e17e7bbe0901606b0892dfe3fca88d84bf6f82.tar.gz binaryen-d5e17e7bbe0901606b0892dfe3fca88d84bf6f82.tar.bz2 binaryen-d5e17e7bbe0901606b0892dfe3fca88d84bf6f82.zip |
[TNH Fuzzing] Fix some equality checks that ignored effects (#4951)
Fuzzing with TrapsNeverHappen found a bug, and then reading similar code
I found another, where we check structural equality but ignored effects. Some
things look equal but may have different values at runtime:
(foo
(call $x)
(call $y)
)
The arms are identical structurally but due to side effects may not be identical
in value.
Diffstat (limited to 'scripts/auto_update_tests.py')
0 files changed, 0 insertions, 0 deletions