mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-18 18:50:23 +08:00
nasm-t: add fixme about data reading
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
f77ec1c803
commit
2f8a50d11e
@ -361,6 +361,9 @@ def exec_nasm(desc):
|
||||
test_fail(desc['_test-name'], "Unable to execute test")
|
||||
return None
|
||||
|
||||
#
|
||||
# FIXME: For now 4M buffer is enough but
|
||||
# better provide reading in a cycle.
|
||||
stderr = pnasm.stderr.read(4194304).decode("utf-8").strip("\n")
|
||||
stdout = pnasm.stdout.read(4194304).decode("utf-8").strip("\n")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user