diff options
Diffstat (limited to 'test/test_all.py')
| -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 94f3d8ca..8c1cf3f8 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -109,8 +109,9 @@ QEMU_TESTS = { "conv": ("tcc", "python"), "bcd": ("tcc", "python"), "xchg": ("tcc", "python"), + "string": ("tcc", "python"), # Unsupported - # "floats", "string", "misc", "segs", "code16", "exceptions", + # "floats", "misc", "segs", "code16", "exceptions", # "single_step" } |