Skip to content
  • Iustin Pop's avatar
    Stop verifying opcode results in dry_run mode · 80b207df
    Iustin Pop authored
    Commit 1ce03fb1
    
     (“Add ht-based result checks to opcodes”) introduced
    infrastructure for checking opcode results, and subsequent commits
    improved the list of opcodes which do declare a result, however this
    was not tested for dry-run mode operation.
    
    Furthermore, there's no authoritative list of which opcode/LUs support
    dry_run mode at all; currently, this is based/restricted on the list
    of CLI options, so… for now we disable the result verification if the
    opcode has been executed in dry_run mode.
    
    Signed-off-by: default avatarIustin Pop <iustin@google.com>
    Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
    80b207df