diff options
Diffstat (limited to '')
| -rw-r--r-- | test/test_all.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py index fe9c6880..94f3d8ca 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -108,8 +108,9 @@ QEMU_TESTS = { "self_modifying_code": ("tcc", "python"), "conv": ("tcc", "python"), "bcd": ("tcc", "python"), + "xchg": ("tcc", "python"), # Unsupported - # "floats", "xchg", "string", "misc", "segs", "code16", "exceptions", + # "floats", "string", "misc", "segs", "code16", "exceptions", # "single_step" } |