summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-03-13 20:27:00 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-03-13 20:27:00 (GMT)
commit66865d2ebd5a877523dbc87be2d86aafb3cdc59a (patch)
tree19cb560bf135e1cb73743a6df94ce1518f004040 /Lib/test/output
parent83aa6a3b1a6a406b3cde2fa7daa5d5b1db0cc6a7 (diff)
downloadcpython-66865d2ebd5a877523dbc87be2d86aafb3cdc59a.zip
cpython-66865d2ebd5a877523dbc87be2d86aafb3cdc59a.tar.gz
cpython-66865d2ebd5a877523dbc87be2d86aafb3cdc59a.tar.bz2
Move test_thread over to unittest. Commits GHOP 237.
Thanks Benjamin Peterson for the patch.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_thread18
1 files changed, 0 insertions, 18 deletions
diff --git a/Lib/test/output/test_thread b/Lib/test/output/test_thread
deleted file mode 100644
index 68c6a92..0000000
--- a/Lib/test/output/test_thread
+++ /dev/null
@@ -1,18 +0,0 @@
-test_thread
-waiting for all tasks to complete
-all tasks done
-
-*** Barrier Test ***
-all tasks done
-
-*** Changing thread stack size ***
-caught expected ValueError setting stack_size(4096)
-successfully set stack_size(262144)
-successfully set stack_size(1048576)
-successfully set stack_size(0)
-trying stack_size = 262144
-waiting for all tasks to complete
-all tasks done
-trying stack_size = 1048576
-waiting for all tasks to complete
-all tasks done