Kaydet (Commit) 249cbe79 authored tarafından Neal Norwitz's avatar Neal Norwitz

Try harder to provoke the exception since the ia64 buildbot still

doesn't reliably produce an exception.
üst 209ea39d
......@@ -33,6 +33,7 @@ try:
limit_set = 0
f = open(TESTFN, "wb")
f.write("X" * 1024)
f.flush()
try:
f.write("Y")
f.flush()
......@@ -43,6 +44,7 @@ try:
for i in range(5):
time.sleep(.1)
f.flush()
f.close()
except IOError:
if not limit_set:
raise
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment