summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_thread
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/output/test_thread')
-rw-r--r--Lib/test/output/test_thread12
1 files changed, 12 insertions, 0 deletions
diff --git a/Lib/test/output/test_thread b/Lib/test/output/test_thread
index d49651d..68c6a92 100644
--- a/Lib/test/output/test_thread
+++ b/Lib/test/output/test_thread
@@ -4,3 +4,15 @@ 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