We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77ec1c commit 2f8a50dCopy full SHA for 2f8a50d
travis/nasm-t.py
@@ -361,6 +361,9 @@ def exec_nasm(desc):
361
test_fail(desc['_test-name'], "Unable to execute test")
362
return None
363
364
+ #
365
+ # FIXME: For now 4M buffer is enough but
366
+ # better provide reading in a cycle.
367
stderr = pnasm.stderr.read(4194304).decode("utf-8").strip("\n")
368
stdout = pnasm.stdout.read(4194304).decode("utf-8").strip("\n")
369
0 commit comments