SPMI: Do not consider BADCODE as a replay failure (#89626)
authorJakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
Fri, 28 Jul 2023 20:59:14 +0000 (22:59 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2023 20:59:14 +0000 (22:59 +0200)
commit60cc345e3a50ffcd8a8fa928139b7b7605e3f057
tree218e690b24db7de89ea6365d93600bccbb095775
parent7e12dc78f2ea7c1b64dcd23804ae7b1d64a62fb4
SPMI: Do not consider BADCODE as a replay failure (#89626)

BADCODE should not be bucketed as a replay failure since it is expected
as a result of some patterns of illegal IL. Considering it a replay
failure does not allow us to differentiate it from JIT bugs (such as a
JIT crash).
src/coreclr/jit/error.cpp
src/coreclr/tools/superpmi/superpmi/jitinstance.cpp