Skip to content

test_disasm.py: stale golden file stops the test at 6% coverage #20

Description

@xusheng6

test_disasm.py fails early on 10 80:

10800000 DJNZ 0xff82
expected DEFB $10,$80

The plugin looks correct here — DJNZ with displacement -128 wraps to 0xff82 — so the expectation in disasm65536.txt is stale. Because the test bails on first mismatch, only about 6% of the 65536 encodings are actually checked today.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions